Html Css Color HEX #DBF291 Reef

📋 copy color: '#DBF291'

red 219 ◦ green 242 ◦ blue 145

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

Shades of Reef #DBF291

Tints of Reef #DBF291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.93%

R = 36.14%
G = 39.93%
B = 23.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#DBF291 (or 0xDBF291) is known color: Reef. HEX triplet: DB, F2 and 91. RGB value is (219,242,145). Sum of RGB (Red+Green+Blue) = 219+242+145=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 145 (57.03% from 255 or 23.93% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF291 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF291 is #240D6E. Grayscale: #E0E0E0. Windows color (decimal): -2362735 or 9564891. OLE color: 9564891.

HSL color Cylindrical-coordinate representation of color #DBF291: hue angle of 74.23º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBF291 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 145 -
CMYK 0.10 0 0.40 0.05
HSL 74.23º 0.79% 0.76% -
HSV(B) 74.23º 0.4% 0.95% -
XYZ 66.08 80.61 38.86 -
YUV 224.07 83.38 124.39 -
System Red Green Blue C M Y K H S L
Decimal 219 242 145 0.10 0 0.40 0.05 74.23 0.79 0.76
Hex DB F2 91 A 0 28 5 4A 4F 4C
Octal 333 362 221 12 0 50 5 112 117 114
Binary 11011011 11110010 10010001 1010 0 101000 101 1001010 1001111 1001100

Color Harmonies of #DBF291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF291

Black with #DBF291

Text Example


Text Example

White with #DBF291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF291; }

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

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

background-color css

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

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

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

border-color css

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

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

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