Html Css Color HEX #DBFB91 Reef

📋 copy color: '#DBFB91'

red 219 ◦ green 251 ◦ blue 145

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

Shades of Reef #DBFB91

Tints of Reef #DBFB91

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.81%

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

R = 35.61%
G = 40.81%
B = 23.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#DBFB91 (or 0xDBFB91) is known color: Reef. HEX triplet: DB, FB and 91. RGB value is (219,251,145). Sum of RGB (Red+Green+Blue) = 219+251+145=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 145 (57.03% from 255 or 23.58% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB91 is #24046E. Grayscale: #E5E5E5. Windows color (decimal): -2360431 or 9567195. OLE color: 9567195.

HSL color Cylindrical-coordinate representation of color #DBFB91: hue angle of 78.11º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBFB91 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 145 -
CMYK 0.13 0 0.42 0.02
HSL 78.11º 0.93% 0.78% -
HSV(B) 78.11º 0.42% 0.98% -
XYZ 68.82 86.1 39.78 -
YUV 229.35 80.4 120.62 -
System Red Green Blue C M Y K H S L
Decimal 219 251 145 0.13 0 0.42 0.02 78.11 0.93 0.78
Hex DB FB 91 D 0 2A 2 4E 5D 4E
Octal 333 373 221 15 0 52 2 116 135 116
Binary 11011011 11111011 10010001 1101 0 101010 10 1001110 1011101 1001110

Color Harmonies of #DBFB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB91

Black with #DBFB91

Text Example


Text Example

White with #DBFB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB91; }

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

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

background-color css

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

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

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

border-color css

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

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

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