Html Css Color HEX #DCFB96 Reef

📋 copy color: '#DCFB96'

red 220 ◦ green 251 ◦ blue 150

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

Shades of Reef #DCFB96

Tints of Reef #DCFB96

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.42%

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

R = 35.43%
G = 40.42%
B = 24.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#DCFB96 (or 0xDCFB96) is known color: Reef. HEX triplet: DC, FB and 96. RGB value is (220,251,150). Sum of RGB (Red+Green+Blue) = 220+251+150=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB96 is #230469. Grayscale: #E6E6E6. Windows color (decimal): -2294890 or 9894876. OLE color: 9894876.

HSL color Cylindrical-coordinate representation of color #DCFB96: hue angle of 78.42º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCFB96 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 150 -
CMYK 0.12 0 0.40 0.02
HSL 78.42º 0.93% 0.79% -
HSV(B) 78.42º 0.4% 0.98% -
XYZ 69.52 86.41 41.87 -
YUV 230.22 82.73 120.71 -
System Red Green Blue C M Y K H S L
Decimal 220 251 150 0.12 0 0.40 0.02 78.42 0.93 0.79
Hex DC FB 96 C 0 28 2 4E 5D 4F
Octal 334 373 226 14 0 50 2 116 135 117
Binary 11011100 11111011 10010110 1100 0 101000 10 1001110 1011101 1001111

Color Harmonies of #DCFB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB96

Black with #DCFB96

Text Example


Text Example

White with #DCFB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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