Html Css Color HEX #DBF298 Reef

📋 copy color: '#DBF298'

red 219 ◦ green 242 ◦ blue 152

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

Shades of Reef #DBF298

Tints of Reef #DBF298

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.48%

 BLUE value IS 152 (59.77% from 255) = 24.8%

R = 35.73%
G = 39.48%
B = 24.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#DBF298 (or 0xDBF298) is known color: Reef. HEX triplet: DB, F2 and 98. RGB value is (219,242,152). Sum of RGB (Red+Green+Blue) = 219+242+152=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 152 (59.77% from 255 or 24.80% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF298 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF298 is #240D67. Grayscale: #E1E1E1. Windows color (decimal): -2362728 or 10023643. OLE color: 10023643.

HSL color Cylindrical-coordinate representation of color #DBF298: hue angle of 75.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBF298 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 152 -
CMYK 0.10 0 0.37 0.05
HSL 75.33º 0.78% 0.77% -
HSV(B) 75.33º 0.37% 0.95% -
XYZ 66.63 80.83 41.8 -
YUV 224.86 86.88 123.82 -
System Red Green Blue C M Y K H S L
Decimal 219 242 152 0.10 0 0.37 0.05 75.33 0.78 0.77
Hex DB F2 98 A 0 25 5 4B 4E 4D
Octal 333 362 230 12 0 45 5 113 116 115
Binary 11011011 11110010 10011000 1010 0 100101 101 1001011 1001110 1001101

Color Harmonies of #DBF298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF298

Black with #DBF298

Text Example


Text Example

White with #DBF298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF298; }

 p { color: rgb(219,242,152); }

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

background-color css

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

 a { background-color: rgb(219,242,152); }

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

border-color css

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

 span { border-color: rgb(219,242,152); }

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