Html Css Color HEX #DBFE9E Reef

📋 copy color: '#DBFE9E'

red 219 ◦ green 254 ◦ blue 158

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

Shades of Reef #DBFE9E

Tints of Reef #DBFE9E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.25%

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

R = 34.71%
G = 40.25%
B = 25.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#DBFE9E (or 0xDBFE9E) is known color: Reef. HEX triplet: DB, FE and 9E. RGB value is (219,254,158). Sum of RGB (Red+Green+Blue) = 219+254+158=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 158 (62.11% from 255 or 25.04% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE9E is #240161. Grayscale: #E8E8E8. Windows color (decimal): -2359650 or 10419931. OLE color: 10419931.

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

Color convert

RGB 219 254 158 -
CMYK 0.14 0 0.38 0.00
HSL 81.87º 0.98% 0.81% -
HSV(B) 81.87º 0.38% 1% -
XYZ 70.83 88.41 45.68 -
YUV 232.59 85.9 118.31 -
System Red Green Blue C M Y K H S L
Decimal 219 254 158 0.14 0 0.38 0.00 81.87 0.98 0.81
Hex DB FE 9E E 0 26 0 52 62 51
Octal 333 376 236 16 0 46 0 122 142 121
Binary 11011011 11111110 10011110 1110 0 100110 0 1010010 1100010 1010001

Color Harmonies of #DBFE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE9E

Black with #DBFE9E

Text Example


Text Example

White with #DBFE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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