Html Css Color HEX #DBFF93 Reef

📋 copy color: '#DBFF93'

red 219 ◦ green 255 ◦ blue 147

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

Shades of Reef #DBFF93

Tints of Reef #DBFF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 23.67%

R = 35.27%
G = 41.06%
B = 23.67%

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

#DBFF93 (or 0xDBFF93) is known color: Reef. HEX triplet: DB, FF and 93. RGB value is (219,255,147). Sum of RGB (Red+Green+Blue) = 219+255+147=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 147 (57.81% from 255 or 23.67% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF93 is #24006C. Grayscale: #E8E8E8. Windows color (decimal): -2359405 or 9699291. OLE color: 9699291.

HSL color Cylindrical-coordinate representation of color #DBFF93: hue angle of 80º 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 #DBFF93 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 219 255 147 -
CMYK 0.14 0 0.42 0
HSL 80º 1% 0.79% -
HSV(B) 80º 0.42% 1% -
XYZ 70.24 88.69 41.02 -
YUV 231.92 80.07 118.78 -
System Red Green Blue C M Y K H S L
Decimal 219 255 147 0.14 0 0.42 0 80 1 0.79
Hex DB FF 93 E 0 2A 0 50 64 4F
Octal 333 377 223 16 0 52 0 120 144 117
Binary 11011011 11111111 10010011 1110 0 101010 0 1010000 1100100 1001111

Color Harmonies of #DBFF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF93

Black with #DBFF93

Text Example


Text Example

White with #DBFF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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