Html Css Color HEX #DBFE5D Mindaro

📋 copy color: '#DBFE5D'

red 219 ◦ green 254 ◦ blue 93

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

Shades of Mindaro #DBFE5D

Tints of Mindaro #DBFE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.43%

R = 38.69%
G = 44.88%
B = 16.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#DBFE5D (or 0xDBFE5D) is known color: Mindaro. HEX triplet: DB, FE and 5D. RGB value is (219,254,93). Sum of RGB (Red+Green+Blue) = 219+254+93=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 93 (36.72% from 255 or 16.43% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE5D is #2401A2. Grayscale: #E1E1E1. Windows color (decimal): -2359715 or 6160091. OLE color: 6160091.

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

Color convert

RGB 219 254 93 -
CMYK 0.14 0 0.63 0.00
HSL 73.04º 0.99% 0.68% -
HSV(B) 73.04º 0.63% 1% -
XYZ 66.63 86.73 23.59 -
YUV 225.18 53.4 123.59 -
System Red Green Blue C M Y K H S L
Decimal 219 254 93 0.14 0 0.63 0.00 73.04 0.99 0.68
Hex DB FE 5D E 0 3F 0 49 63 44
Octal 333 376 135 16 0 77 0 111 143 104
Binary 11011011 11111110 1011101 1110 0 111111 0 1001001 1100011 1000100

Color Harmonies of #DBFE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE5D

Black with #DBFE5D

Text Example


Text Example

White with #DBFE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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