Html Css Color HEX #DBF99E Reef

📋 copy color: '#DBF99E'

red 219 ◦ green 249 ◦ blue 158

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

Shades of Reef #DBF99E

Tints of Reef #DBF99E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.78%

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

R = 34.98%
G = 39.78%
B = 25.24%

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

#DBF99E (or 0xDBF99E) is known color: Reef. HEX triplet: DB, F9 and 9E. RGB value is (219,249,158). Sum of RGB (Red+Green+Blue) = 219+249+158=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 158 (62.11% from 255 or 25.24% from 626); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF99E is #240661. Grayscale: #E5E5E5. Windows color (decimal): -2360930 or 10418651. OLE color: 10418651.

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

Color convert

RGB 219 249 158 -
CMYK 0.12 0 0.37 0.02
HSL 79.78º 0.88% 0.8% -
HSV(B) 79.78º 0.37% 0.98% -
XYZ 69.26 85.28 45.16 -
YUV 229.66 87.56 120.4 -
System Red Green Blue C M Y K H S L
Decimal 219 249 158 0.12 0 0.37 0.02 79.78 0.88 0.8
Hex DB F9 9E C 0 25 2 50 58 50
Octal 333 371 236 14 0 45 2 120 130 120
Binary 11011011 11111001 10011110 1100 0 100101 10 1010000 1011000 1010000

Color Harmonies of #DBF99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF99E

Black with #DBF99E

Text Example


Text Example

White with #DBF99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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