Html Css Color HEX #DBFB9E Reef

📋 copy color: '#DBFB9E'

red 219 ◦ green 251 ◦ blue 158

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

Shades of Reef #DBFB9E

Tints of Reef #DBFB9E

RGB

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

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

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

R = 34.87%
G = 39.97%
B = 25.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#DBFB9E (or 0xDBFB9E) is known color: Reef. HEX triplet: DB, FB and 9E. RGB value is (219,251,158). Sum of RGB (Red+Green+Blue) = 219+251+158=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 158 (62.11% from 255 or 25.16% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB9E is #240461. Grayscale: #E7E7E7. Windows color (decimal): -2360418 or 10419163. OLE color: 10419163.

HSL color Cylindrical-coordinate representation of color #DBFB9E: hue angle of 80.65º 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 #DBFB9E is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 158 -
CMYK 0.13 0 0.37 0.02
HSL 80.65º 0.92% 0.8% -
HSV(B) 80.65º 0.37% 0.98% -
XYZ 69.88 86.52 45.37 -
YUV 230.83 86.9 119.56 -
System Red Green Blue C M Y K H S L
Decimal 219 251 158 0.13 0 0.37 0.02 80.65 0.92 0.8
Hex DB FB 9E D 0 25 2 51 5C 50
Octal 333 373 236 15 0 45 2 121 134 120
Binary 11011011 11111011 10011110 1101 0 100101 10 1010001 1011100 1010000

Color Harmonies of #DBFB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB9E

Black with #DBFB9E

Text Example


Text Example

White with #DBFB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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