Html Css Color HEX #DBF691 Reef

📋 copy color: '#DBF691'

red 219 ◦ green 246 ◦ blue 145

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

Shades of Reef #DBF691

Tints of Reef #DBF691

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.33%

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

R = 35.9%
G = 40.33%
B = 23.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#DBF691 (or 0xDBF691) is known color: Reef. HEX triplet: DB, F6 and 91. RGB value is (219,246,145). Sum of RGB (Red+Green+Blue) = 219+246+145=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 145 (57.03% from 255 or 23.77% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF691 is #24096E. Grayscale: #E2E2E2. Windows color (decimal): -2361711 or 9565915. OLE color: 9565915.

HSL color Cylindrical-coordinate representation of color #DBF691: hue angle of 76.04º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBF691 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 145 -
CMYK 0.11 0 0.41 0.04
HSL 76.04º 0.85% 0.77% -
HSV(B) 76.04º 0.41% 0.96% -
XYZ 67.28 83.02 39.27 -
YUV 226.41 82.05 122.71 -
System Red Green Blue C M Y K H S L
Decimal 219 246 145 0.11 0 0.41 0.04 76.04 0.85 0.77
Hex DB F6 91 B 0 29 4 4C 55 4D
Octal 333 366 221 13 0 51 4 114 125 115
Binary 11011011 11110110 10010001 1011 0 101001 100 1001100 1010101 1001101

Color Harmonies of #DBF691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF691

Black with #DBF691

Text Example


Text Example

White with #DBF691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF691; }

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

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

background-color css

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

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

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

border-color css

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

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

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