Html Css Color HEX #DCF09E Reef

📋 copy color: '#DCF09E'

red 220 ◦ green 240 ◦ blue 158

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

Shades of Reef #DCF09E

Tints of Reef #DCF09E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.83%

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

R = 35.6%
G = 38.83%
B = 25.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#DCF09E (or 0xDCF09E) is known color: Reef. HEX triplet: DC, F0 and 9E. RGB value is (220,240,158). Sum of RGB (Red+Green+Blue) = 220+240+158=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 158 (62.11% from 255 or 25.57% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF09E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF09E is #230F61. Grayscale: #E0E0E0. Windows color (decimal): -2297698 or 10416348. OLE color: 10416348.

HSL color Cylindrical-coordinate representation of color #DCF09E: hue angle of 74.63º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCF09E is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 158 -
CMYK 0.08 0 0.34 0.06
HSL 74.63º 0.73% 0.78% -
HSV(B) 74.63º 0.34% 0.94% -
XYZ 66.85 80 44.27 -
YUV 224.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 220 240 158 0.08 0 0.34 0.06 74.63 0.73 0.78
Hex DC F0 9E 8 0 22 6 4B 49 4E
Octal 334 360 236 10 0 42 6 113 111 116
Binary 11011100 11110000 10011110 1000 0 100010 110 1001011 1001001 1001110

Color Harmonies of #DCF09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF09E

Black with #DCF09E

Text Example


Text Example

White with #DCF09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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