Html Css Color HEX #DBFC9E Reef

📋 copy color: '#DBFC9E'

red 219 ◦ green 252 ◦ blue 158

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

Shades of Reef #DBFC9E

Tints of Reef #DBFC9E

RGB

 RED value IS 219 (85.94% from 255) = 34.82%

 GREEN value IS 252 (98.83% from 255) = 40.06%

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

R = 34.82%
G = 40.06%
B = 25.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#DBFC9E (or 0xDBFC9E) is known color: Reef. HEX triplet: DB, FC and 9E. RGB value is (219,252,158). Sum of RGB (Red+Green+Blue) = 219+252+158=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 158 (62.11% from 255 or 25.12% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC9E is #240361. Grayscale: #E7E7E7. Windows color (decimal): -2360162 or 10419419. OLE color: 10419419.

HSL color Cylindrical-coordinate representation of color #DBFC9E: hue angle of 81.06º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBFC9E is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 252 158 -
CMYK 0.13 0 0.37 0.01
HSL 81.06º 0.94% 0.8% -
HSV(B) 81.06º 0.37% 0.99% -
XYZ 70.2 87.15 45.47 -
YUV 231.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 219 252 158 0.13 0 0.37 0.01 81.06 0.94 0.8
Hex DB FC 9E D 0 25 1 51 5E 50
Octal 333 374 236 15 0 45 1 121 136 120
Binary 11011011 11111100 10011110 1101 0 100101 1 1010001 1011110 1010000

Color Harmonies of #DBFC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFC9E

Black with #DBFC9E

Text Example


Text Example

White with #DBFC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFC9E; }

 p { color: rgb(219,252,158); }

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

background-color css

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

 a { background-color: rgb(219,252,158); }

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

border-color css

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

 span { border-color: rgb(219,252,158); }

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