#DCF227

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

Shades of Pear #DCF227

Tints of Pear #DCF227

Color information

#DCF227 (or 0xDCF227) is unknown color: approx Pear. HEX triplet: DC, F2 and 27. RGB value is (220,242,39). Sum of RGB (Red+Green+Blue) = 220+242+39=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 39 (15.62% from 255 or 7.78% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF227 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF227 is #230DD8. Grayscale: #D5D5D5. Windows color (decimal): -2297305 or 2618076. OLE color: 2618076.

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

Color convert

RGB22024239-
CMYK0.0900.840.05
HSL66.5º88.65%55.1%-
HSV(B)66.5º83.88%94.9%-
XYZ61.6378.8713.89-
YUV212.2830.21133.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 242 (94.92% from 255) = 48.30%
BLUE value IS 39 (15.62% from 255) = 7.78%
R=43.91%
G=48.30%
B=7.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220242390.0900.840.0566.588.6555.1
HexDCF22790545435937
Octal33436247110124510313167
Binary110111001111001010011110010101010010110000111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF227; }

 p { color: rgb(220,242,39); }

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

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

 a { background-color: rgb(220,242,39); }

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

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

 span { border-color: rgb(220,242,39); }

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