Html Css Color HEX #DBF391 Reef

📋 copy color: '#DBF391'

red 219 ◦ green 243 ◦ blue 145

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

Shades of Reef #DBF391

Tints of Reef #DBF391

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.03%

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

R = 36.08%
G = 40.03%
B = 23.89%

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

#DBF391 (or 0xDBF391) is known color: Reef. HEX triplet: DB, F3 and 91. RGB value is (219,243,145). Sum of RGB (Red+Green+Blue) = 219+243+145=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 145 (57.03% from 255 or 23.89% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF391 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF391 is #240C6E. Grayscale: #E1E1E1. Windows color (decimal): -2362479 or 9565147. OLE color: 9565147.

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

Color convert

RGB 219 243 145 -
CMYK 0.10 0 0.40 0.05
HSL 74.69º 0.8% 0.76% -
HSV(B) 74.69º 0.4% 0.95% -
XYZ 66.37 81.21 38.96 -
YUV 224.65 83.05 123.97 -
System Red Green Blue C M Y K H S L
Decimal 219 243 145 0.10 0 0.40 0.05 74.69 0.8 0.76
Hex DB F3 91 A 0 28 5 4B 50 4C
Octal 333 363 221 12 0 50 5 113 120 114
Binary 11011011 11110011 10010001 1010 0 101000 101 1001011 1010000 1001100

Color Harmonies of #DBF391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF391

Black with #DBF391

Text Example


Text Example

White with #DBF391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF391; }

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

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

background-color css

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

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

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

border-color css

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

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

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