Html Css Color HEX #DCFB9C Reef

📋 copy color: '#DCFB9C'

red 220 ◦ green 251 ◦ blue 156

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

Shades of Reef #DCFB9C

Tints of Reef #DCFB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 24.88%

R = 35.09%
G = 40.03%
B = 24.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#DCFB9C (or 0xDCFB9C) is known color: Reef. HEX triplet: DC, FB and 9C. RGB value is (220,251,156). Sum of RGB (Red+Green+Blue) = 220+251+156=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 156 (61.33% from 255 or 24.88% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB9C is #230463. Grayscale: #E7E7E7. Windows color (decimal): -2294884 or 10288092. OLE color: 10288092.

HSL color Cylindrical-coordinate representation of color #DCFB9C: hue angle of 79.58º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCFB9C is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 156 -
CMYK 0.12 0 0.38 0.02
HSL 79.58º 0.92% 0.8% -
HSV(B) 79.58º 0.38% 0.98% -
XYZ 70.01 86.61 44.48 -
YUV 230.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 220 251 156 0.12 0 0.38 0.02 79.58 0.92 0.8
Hex DC FB 9C C 0 26 2 50 5C 50
Octal 334 373 234 14 0 46 2 120 134 120
Binary 11011100 11111011 10011100 1100 0 100110 10 1010000 1011100 1010000

Color Harmonies of #DCFB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB9C

Black with #DCFB9C

Text Example


Text Example

White with #DCFB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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