Html Css Color HEX #DBF991 Reef

📋 copy color: '#DBF991'

red 219 ◦ green 249 ◦ blue 145

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

Shades of Reef #DBF991

Tints of Reef #DBF991

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.62%

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

R = 35.73%
G = 40.62%
B = 23.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#DBF991 (or 0xDBF991) is known color: Reef. HEX triplet: DB, F9 and 91. RGB value is (219,249,145). Sum of RGB (Red+Green+Blue) = 219+249+145=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 145 (57.03% from 255 or 23.65% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF991 is #24066E. Grayscale: #E4E4E4. Windows color (decimal): -2360943 or 9566683. OLE color: 9566683.

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

Color convert

RGB 219 249 145 -
CMYK 0.12 0 0.42 0.02
HSL 77.31º 0.9% 0.77% -
HSV(B) 77.31º 0.42% 0.98% -
XYZ 68.2 84.86 39.57 -
YUV 228.17 81.06 121.46 -
System Red Green Blue C M Y K H S L
Decimal 219 249 145 0.12 0 0.42 0.02 77.31 0.9 0.77
Hex DB F9 91 C 0 2A 2 4D 5A 4D
Octal 333 371 221 14 0 52 2 115 132 115
Binary 11011011 11111001 10010001 1100 0 101010 10 1001101 1011010 1001101

Color Harmonies of #DBF991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF991

Black with #DBF991

Text Example


Text Example

White with #DBF991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF991; }

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

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

background-color css

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

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

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

border-color css

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

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

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