Html Css Color HEX #DBF98E Reef

📋 copy color: '#DBF98E'

red 219 ◦ green 249 ◦ blue 142

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

Shades of Reef #DBF98E

Tints of Reef #DBF98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.28%

R = 35.9%
G = 40.82%
B = 23.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#DBF98E (or 0xDBF98E) is known color: Reef. HEX triplet: DB, F9 and 8E. RGB value is (219,249,142). Sum of RGB (Red+Green+Blue) = 219+249+142=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 142 (55.86% from 255 or 23.28% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF98E is #240671. Grayscale: #E4E4E4. Windows color (decimal): -2360946 or 9370075. OLE color: 9370075.

HSL color Cylindrical-coordinate representation of color #DBF98E: hue angle of 76.82º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBF98E is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 142 -
CMYK 0.12 0 0.43 0.02
HSL 76.82º 0.9% 0.77% -
HSV(B) 76.82º 0.43% 0.98% -
XYZ 67.97 84.76 38.37 -
YUV 227.83 79.56 121.7 -
System Red Green Blue C M Y K H S L
Decimal 219 249 142 0.12 0 0.43 0.02 76.82 0.9 0.77
Hex DB F9 8E C 0 2B 2 4D 5A 4D
Octal 333 371 216 14 0 53 2 115 132 115
Binary 11011011 11111001 10001110 1100 0 101011 10 1001101 1011010 1001101

Color Harmonies of #DBF98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF98E

Black with #DBF98E

Text Example


Text Example

White with #DBF98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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