Html Css Color HEX #DCEF96 Reef

📋 copy color: '#DCEF96'

red 220 ◦ green 239 ◦ blue 150

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

Shades of Reef #DCEF96

Tints of Reef #DCEF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.63%

R = 36.12%
G = 39.24%
B = 24.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#DCEF96 (or 0xDCEF96) is known color: Reef. HEX triplet: DC, EF and 96. RGB value is (220,239,150). Sum of RGB (Red+Green+Blue) = 220+239+150=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 150 (58.98% from 255 or 24.63% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF96 is #231069. Grayscale: #DFDFDF. Windows color (decimal): -2297962 or 9891804. OLE color: 9891804.

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

Color convert

RGB 220 239 150 -
CMYK 0.08 0 0.37 0.06
HSL 72.81º 0.74% 0.76% -
HSV(B) 72.81º 0.37% 0.94% -
XYZ 65.89 79.15 40.66 -
YUV 223.17 86.71 125.74 -
System Red Green Blue C M Y K H S L
Decimal 220 239 150 0.08 0 0.37 0.06 72.81 0.74 0.76
Hex DC EF 96 8 0 25 6 49 4A 4C
Octal 334 357 226 10 0 45 6 111 112 114
Binary 11011100 11101111 10010110 1000 0 100101 110 1001001 1001010 1001100

Color Harmonies of #DCEF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF96

Black with #DCEF96

Text Example


Text Example

White with #DCEF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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