Html Css Color HEX #DCFB9E Reef

📋 copy color: '#DCFB9E'

red 220 ◦ green 251 ◦ blue 158

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

Shades of Reef #DCFB9E

Tints of Reef #DCFB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.12%

R = 34.98%
G = 39.9%
B = 25.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#DCFB9E (or 0xDCFB9E) is known color: Reef. HEX triplet: DC, FB and 9E. RGB value is (220,251,158). Sum of RGB (Red+Green+Blue) = 220+251+158=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 158 (62.11% from 255 or 25.12% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB9E is #230461. Grayscale: #E7E7E7. Windows color (decimal): -2294882 or 10419164. OLE color: 10419164.

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

Color convert

RGB 220 251 158 -
CMYK 0.12 0 0.37 0.02
HSL 80º 0.92% 0.8% -
HSV(B) 80º 0.37% 0.98% -
XYZ 70.18 86.68 45.38 -
YUV 231.13 86.73 120.06 -
System Red Green Blue C M Y K H S L
Decimal 220 251 158 0.12 0 0.37 0.02 80 0.92 0.8
Hex DC FB 9E C 0 25 2 50 5C 50
Octal 334 373 236 14 0 45 2 120 134 120
Binary 11011100 11111011 10011110 1100 0 100101 10 1010000 1011100 1010000

Color Harmonies of #DCFB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB9E

Black with #DCFB9E

Text Example


Text Example

White with #DCFB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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