Html Css Color HEX #DBF191 Reef

📋 copy color: '#DBF191'

red 219 ◦ green 241 ◦ blue 145

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

Shades of Reef #DBF191

Tints of Reef #DBF191

RGB

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

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

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

R = 36.2%
G = 39.83%
B = 23.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#DBF191 (or 0xDBF191) is known color: Reef. HEX triplet: DB, F1 and 91. RGB value is (219,241,145). Sum of RGB (Red+Green+Blue) = 219+241+145=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF191 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF191 is #240E6E. Grayscale: #DFDFDF. Windows color (decimal): -2362991 or 9564635. OLE color: 9564635.

HSL color Cylindrical-coordinate representation of color #DBF191: hue angle of 73.75º degrees, saturation: 0.77, 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 #DBF191 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 145 -
CMYK 0.09 0 0.40 0.05
HSL 73.75º 0.77% 0.76% -
HSV(B) 73.75º 0.4% 0.95% -
XYZ 65.78 80.01 38.77 -
YUV 223.48 83.71 124.81 -
System Red Green Blue C M Y K H S L
Decimal 219 241 145 0.09 0 0.40 0.05 73.75 0.77 0.76
Hex DB F1 91 9 0 28 5 4A 4D 4C
Octal 333 361 221 11 0 50 5 112 115 114
Binary 11011011 11110001 10010001 1001 0 101000 101 1001010 1001101 1001100

Color Harmonies of #DBF191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF191

Black with #DBF191

Text Example


Text Example

White with #DBF191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF191; }

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

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

background-color css

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

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

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

border-color css

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

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

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