Html Css Color HEX #DCFBB0 Reef

📋 copy color: '#DCFBB0'

red 220 ◦ green 251 ◦ blue 176

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

Shades of Reef #DCFBB0

Tints of Reef #DCFBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.2%

R = 34%
G = 38.79%
B = 27.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#DCFBB0 (or 0xDCFBB0) is known color: Reef. HEX triplet: DC, FB and B0. RGB value is (220,251,176). Sum of RGB (Red+Green+Blue) = 220+251+176=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFBB0 is #23044F. Grayscale: #E9E9E9. Windows color (decimal): -2294864 or 11598812. OLE color: 11598812.

HSL color Cylindrical-coordinate representation of color #DCFBB0: hue angle of 84.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCFBB0 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 176 -
CMYK 0.12 0 0.30 0.02
HSL 84.8º 0.9% 0.84% -
HSV(B) 84.8º 0.3% 0.98% -
XYZ 71.85 87.34 54.15 -
YUV 233.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 220 251 176 0.12 0 0.30 0.02 84.8 0.9 0.84
Hex DC FB B0 C 0 1E 2 55 5A 54
Octal 334 373 260 14 0 36 2 125 132 124
Binary 11011100 11111011 10110000 1100 0 11110 10 1010101 1011010 1010100

Color Harmonies of #DCFBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBB0

Black with #DCFBB0

Text Example


Text Example

White with #DCFBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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