#DCF124

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

Shades of Pear #DCF124

Tints of Pear #DCF124

Color information

#DCF124 (or 0xDCF124) is unknown color: approx Pear. HEX triplet: DC, F1 and 24. RGB value is (220,241,36). Sum of RGB (Red+Green+Blue) = 220+241+36=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 36 (14.45% from 255 or 7.24% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF124 is #230EDB. Grayscale: #D4D4D4. Windows color (decimal): -2297564 or 2421212. OLE color: 2421212.

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

Color convert

RGB22024136-
CMYK0.0900.850.05
HSL66.15º87.98%54.31%-
HSV(B)66.15º85.06%94.51%-
XYZ61.2978.2513.54-
YUV211.3529.04134.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.27%
GREEN value IS 241 (94.53% from 255) = 48.49%
BLUE value IS 36 (14.45% from 255) = 7.24%
R=44.27%
G=48.49%
B=7.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220241360.0900.850.0566.1587.9854.31
HexDCF12490555425836
Octal33436144110125510213066
Binary110111001111000110010010010101010110110000101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF124; }

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

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

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

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

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

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

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

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