Html Css Color HEX #DBF192 Reef

📋 copy color: '#DBF192'

red 219 ◦ green 241 ◦ blue 146

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

Shades of Reef #DBF192

Tints of Reef #DBF192

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.77%

 BLUE value IS 146 (57.42% from 255) = 24.09%

R = 36.14%
G = 39.77%
B = 24.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#DBF192 (or 0xDBF192) is known color: Reef. HEX triplet: DB, F1 and 92. RGB value is (219,241,146). Sum of RGB (Red+Green+Blue) = 219+241+146=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF192 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF192 is #240E6D. Grayscale: #DFDFDF. Windows color (decimal): -2362990 or 9630171. OLE color: 9630171.

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

Color convert

RGB 219 241 146 -
CMYK 0.09 0 0.39 0.05
HSL 73.89º 0.77% 0.76% -
HSV(B) 73.89º 0.39% 0.95% -
XYZ 65.86 80.05 39.17 -
YUV 223.59 84.21 124.72 -
System Red Green Blue C M Y K H S L
Decimal 219 241 146 0.09 0 0.39 0.05 73.89 0.77 0.76
Hex DB F1 92 9 0 27 5 4A 4D 4C
Octal 333 361 222 11 0 47 5 112 115 114
Binary 11011011 11110001 10010010 1001 0 100111 101 1001010 1001101 1001100

Color Harmonies of #DBF192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF192

Black with #DBF192

Text Example


Text Example

White with #DBF192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF192; }

 p { color: rgb(219,241,146); }

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

background-color css

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

 a { background-color: rgb(219,241,146); }

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

border-color css

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

 span { border-color: rgb(219,241,146); }

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