Html Css Color HEX #DCF29E Reef

📋 copy color: '#DCF29E'

red 220 ◦ green 242 ◦ blue 158

#DCF29E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DCF29E

Tints of Reef #DCF29E

RGB

 RED value IS 220 (86.33% from 255) = 35.48%

 GREEN value IS 242 (94.92% from 255) = 39.03%

 BLUE value IS 158 (62.11% from 255) = 25.48%

R = 35.48%
G = 39.03%
B = 25.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#DCF29E (or 0xDCF29E) is known color: Reef. HEX triplet: DC, F2 and 9E. RGB value is (220,242,158). Sum of RGB (Red+Green+Blue) = 220+242+158=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 158 (62.11% from 255 or 25.48% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF29E is #230D61. Grayscale: #E2E2E2. Windows color (decimal): -2297186 or 10416860. OLE color: 10416860.

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

Color convert

RGB 220 242 158 -
CMYK 0.09 0 0.35 0.05
HSL 75.71º 0.76% 0.78% -
HSV(B) 75.71º 0.35% 0.95% -
XYZ 67.44 81.19 44.46 -
YUV 225.85 89.71 123.83 -
System Red Green Blue C M Y K H S L
Decimal 220 242 158 0.09 0 0.35 0.05 75.71 0.76 0.78
Hex DC F2 9E 9 0 23 5 4C 4C 4E
Octal 334 362 236 11 0 43 5 114 114 116
Binary 11011100 11110010 10011110 1001 0 100011 101 1001100 1001100 1001110

Color Harmonies of #DCF29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF29E

Black with #DCF29E

Text Example


Text Example

White with #DCF29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF29E; }

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

 H1.HeaderClassName
 {
   color: #DCF29E;
 }
 .AnyTagClassName
 {
   color: #DCF29E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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