Html Css Color HEX #DBF891 Reef

📋 copy color: '#DBF891'

red 219 ◦ green 248 ◦ blue 145

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

Shades of Reef #DBF891

Tints of Reef #DBF891

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.52%

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

R = 35.78%
G = 40.52%
B = 23.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#DBF891 (or 0xDBF891) is known color: Reef. HEX triplet: DB, F8 and 91. RGB value is (219,248,145). Sum of RGB (Red+Green+Blue) = 219+248+145=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 145 (57.03% from 255 or 23.69% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF891 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF891 is #24076E. Grayscale: #E3E3E3. Windows color (decimal): -2361199 or 9566427. OLE color: 9566427.

HSL color Cylindrical-coordinate representation of color #DBF891: hue angle of 76.89º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBF891 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 145 -
CMYK 0.12 0 0.42 0.03
HSL 76.89º 0.88% 0.77% -
HSV(B) 76.89º 0.42% 0.97% -
XYZ 67.89 84.24 39.47 -
YUV 227.59 81.39 121.88 -
System Red Green Blue C M Y K H S L
Decimal 219 248 145 0.12 0 0.42 0.03 76.89 0.88 0.77
Hex DB F8 91 C 0 2A 3 4D 58 4D
Octal 333 370 221 14 0 52 3 115 130 115
Binary 11011011 11111000 10010001 1100 0 101010 11 1001101 1011000 1001101

Color Harmonies of #DBF891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF891

Black with #DBF891

Text Example


Text Example

White with #DBF891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF891; }

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

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

background-color css

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

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

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

border-color css

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

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

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