Html Css Color HEX #DBFE93 Reef

📋 copy color: '#DBFE93'

red 219 ◦ green 254 ◦ blue 147

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

Shades of Reef #DBFE93

Tints of Reef #DBFE93

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.97%

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

R = 35.32%
G = 40.97%
B = 23.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#DBFE93 (or 0xDBFE93) is known color: Reef. HEX triplet: DB, FE and 93. RGB value is (219,254,147). Sum of RGB (Red+Green+Blue) = 219+254+147=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 147 (57.81% from 255 or 23.71% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE93 is #24016C. Grayscale: #E7E7E7. Windows color (decimal): -2359661 or 9699035. OLE color: 9699035.

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

Color convert

RGB 219 254 147 -
CMYK 0.14 0 0.42 0.00
HSL 79.63º 0.98% 0.79% -
HSV(B) 79.63º 0.42% 1% -
XYZ 69.92 88.05 40.91 -
YUV 231.34 80.4 119.2 -
System Red Green Blue C M Y K H S L
Decimal 219 254 147 0.14 0 0.42 0.00 79.63 0.98 0.79
Hex DB FE 93 E 0 2A 0 50 62 4F
Octal 333 376 223 16 0 52 0 120 142 117
Binary 11011011 11111110 10010011 1110 0 101010 0 1010000 1100010 1001111

Color Harmonies of #DBFE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE93

Black with #DBFE93

Text Example


Text Example

White with #DBFE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE93; }

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

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

background-color css

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

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

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

border-color css

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

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

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