#DCF22D

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

Shades of Pear #DCF22D

Tints of Pear #DCF22D

Color information

#DCF22D (or 0xDCF22D) is unknown color: approx Pear. HEX triplet: DC, F2 and 2D. RGB value is (220,242,45). Sum of RGB (Red+Green+Blue) = 220+242+45=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF22D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF22D is #230DD2. Grayscale: #D5D5D5. Windows color (decimal): -2297299 or 3011292. OLE color: 3011292.

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

Color convert

RGB22024245-
CMYK0.0900.810.05
HSL66.7º88.34%56.27%-
HSV(B)66.7º81.4%94.9%-
XYZ61.7478.9114.46-
YUV212.9633.21133.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 242 (94.92% from 255) = 47.73%
BLUE value IS 45 (17.97% from 255) = 8.88%
R=43.39%
G=47.73%
B=8.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220242450.0900.810.0566.788.3456.27
HexDCF22D90515435838
Octal33436255110121510313070
Binary110111001111001010110110010101000110110000111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF22D; }

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

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

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

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

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

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

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

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