Html Css Color HEX #DCEF9F Reef

📋 copy color: '#DCEF9F'

red 220 ◦ green 239 ◦ blue 159

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

Shades of Reef #DCEF9F

Tints of Reef #DCEF9F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.67%

 BLUE value IS 159 (62.5% from 255) = 25.73%

R = 35.6%
G = 38.67%
B = 25.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#DCEF9F (or 0xDCEF9F) is known color: Reef. HEX triplet: DC, EF and 9F. RGB value is (220,239,159). Sum of RGB (Red+Green+Blue) = 220+239+159=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF9F is #231060. Grayscale: #E0E0E0. Windows color (decimal): -2297953 or 10481628. OLE color: 10481628.

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

Color convert

RGB 220 239 159 -
CMYK 0.08 0 0.33 0.06
HSL 74.25º 0.71% 0.78% -
HSV(B) 74.25º 0.33% 0.94% -
XYZ 66.64 79.45 44.62 -
YUV 224.2 91.21 125 -
System Red Green Blue C M Y K H S L
Decimal 220 239 159 0.08 0 0.33 0.06 74.25 0.71 0.78
Hex DC EF 9F 8 0 21 6 4A 47 4E
Octal 334 357 237 10 0 41 6 112 107 116
Binary 11011100 11101111 10011111 1000 0 100001 110 1001010 1000111 1001110

Color Harmonies of #DCEF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF9F

Black with #DCEF9F

Text Example


Text Example

White with #DCEF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF9F; }

 p { color: rgb(220,239,159); }

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

background-color css

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

 a { background-color: rgb(220,239,159); }

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

border-color css

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

 span { border-color: rgb(220,239,159); }

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