Html Css Color HEX #DBFF9E Reef

📋 copy color: '#DBFF9E'

red 219 ◦ green 255 ◦ blue 158

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

Shades of Reef #DBFF9E

Tints of Reef #DBFF9E

RGB

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

 GREEN value IS 255 (100% from 255) = 40.35%

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

R = 34.65%
G = 40.35%
B = 25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#DBFF9E (or 0xDBFF9E) is known color: Reef. HEX triplet: DB, FF and 9E. RGB value is (219,255,158). Sum of RGB (Red+Green+Blue) = 219+255+158=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 158 (62.11% from 255 or 25% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF9E is #240061. Grayscale: #E9E9E9. Windows color (decimal): -2359394 or 10420187. OLE color: 10420187.

HSL color Cylindrical-coordinate representation of color #DBFF9E: hue angle of 82.27º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBFF9E is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB 219 255 158 -
CMYK 0.14 0 0.38 0
HSL 82.27º 1% 0.81% -
HSV(B) 82.27º 0.38% 1% -
XYZ 71.14 89.05 45.79 -
YUV 233.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 219 255 158 0.14 0 0.38 0 82.27 1 0.81
Hex DB FF 9E E 0 26 0 52 64 51
Octal 333 377 236 16 0 46 0 122 144 121
Binary 11011011 11111111 10011110 1110 0 100110 0 1010010 1100100 1010001

Color Harmonies of #DBFF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF9E

Black with #DBFF9E

Text Example


Text Example

White with #DBFF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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