#DCF132

Color #DCF132 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DCF132

Tints of Pear #DCF132

Color information

#DCF132 (or 0xDCF132) is unknown color: approx Pear. HEX triplet: DC, F1 and 32. RGB value is (220,241,50). Sum of RGB (Red+Green+Blue) = 220+241+50=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 50 (19.92% from 255 or 9.78% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF132 is #230ECD. Grayscale: #D5D5D5. Windows color (decimal): -2297550 or 3338716. OLE color: 3338716.

HSL color Cylindrical-coordinate representation of color #DCF132: hue angle of 66.6º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCF132 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB22024150-
CMYK0.0900.790.05
HSL66.6º87.21%57.06%-
HSV(B)66.6º79.25%94.51%-
XYZ61.5578.3614.9-
YUV212.9536.04133.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 241 (94.53% from 255) = 47.16%
BLUE value IS 50 (19.92% from 255) = 9.78%
R=43.05%
G=47.16%
B=9.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220241500.0900.790.0566.687.2157.06
HexDCF132904F5435739
Octal33436162110117510312771
Binary110111001111000111001010010100111110110000111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF132; }

 p { color: rgb(220,241,50); }

 H1.HeaderClassName
 {
   color: #DCF132;
 }
 .AnyTagClassName
 {
   color: #DCF132;
 }
</style>
background-color css

<style>
 a { background-color: #DCF132; }

 a { background-color: rgb(220,241,50); }

 div.DivClassName
 {
   background-color: #DCF132;
 }
 .BgClassName
 {
   background-color: #DCF132;
 }
</style>
border-color css

<style>
 span { border-color: #DCF132; }

 span { border-color: rgb(220,241,50); }

 td.TdClassName
 {
   border-color: #DCF132;
 }
 .TagClassName
 {
   border-color: #DCF132;
 }
</style>