Html Css Color HEX #DBF98C Reef

📋 copy color: '#DBF98C'

red 219 ◦ green 249 ◦ blue 140

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

Shades of Reef #DBF98C

Tints of Reef #DBF98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.03%

R = 36.02%
G = 40.95%
B = 23.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#DBF98C (or 0xDBF98C) is known color: Reef. HEX triplet: DB, F9 and 8C. RGB value is (219,249,140). Sum of RGB (Red+Green+Blue) = 219+249+140=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF98C is #240673. Grayscale: #E4E4E4. Windows color (decimal): -2360948 or 9239003. OLE color: 9239003.

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

Color convert

RGB 219 249 140 -
CMYK 0.12 0 0.44 0.02
HSL 76.51º 0.9% 0.76% -
HSV(B) 76.51º 0.44% 0.98% -
XYZ 67.82 84.7 37.59 -
YUV 227.6 78.56 121.86 -
System Red Green Blue C M Y K H S L
Decimal 219 249 140 0.12 0 0.44 0.02 76.51 0.9 0.76
Hex DB F9 8C C 0 2C 2 4D 5A 4C
Octal 333 371 214 14 0 54 2 115 132 114
Binary 11011011 11111001 10001100 1100 0 101100 10 1001101 1011010 1001100

Color Harmonies of #DBF98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF98C

Black with #DBF98C

Text Example


Text Example

White with #DBF98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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