Html Css Color HEX #DBFF95 Reef

📋 copy color: '#DBFF95'

red 219 ◦ green 255 ◦ blue 149

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

Shades of Reef #DBFF95

Tints of Reef #DBFF95

RGB

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

 GREEN value IS 255 (100% from 255) = 40.93%

 BLUE value IS 149 (58.59% from 255) = 23.92%

R = 35.15%
G = 40.93%
B = 23.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#DBFF95 (or 0xDBFF95) is known color: Reef. HEX triplet: DB, FF and 95. RGB value is (219,255,149). Sum of RGB (Red+Green+Blue) = 219+255+149=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 149 (58.59% from 255 or 23.92% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF95 is #24006A. Grayscale: #E8E8E8. Windows color (decimal): -2359403 or 9830363. OLE color: 9830363.

HSL color Cylindrical-coordinate representation of color #DBFF95: hue angle of 80.38º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBFF95 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 219 255 149 -
CMYK 0.14 0 0.42 0
HSL 80.38º 1% 0.79% -
HSV(B) 80.38º 0.42% 1% -
XYZ 70.4 88.75 41.85 -
YUV 232.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 219 255 149 0.14 0 0.42 0 80.38 1 0.79
Hex DB FF 95 E 0 2A 0 50 64 4F
Octal 333 377 225 16 0 52 0 120 144 117
Binary 11011011 11111111 10010101 1110 0 101010 0 1010000 1100100 1001111

Color Harmonies of #DBFF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF95

Black with #DBFF95

Text Example


Text Example

White with #DBFF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF95; }

 p { color: rgb(219,255,149); }

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

background-color css

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

 a { background-color: rgb(219,255,149); }

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

border-color css

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

 span { border-color: rgb(219,255,149); }

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