Html Css Color HEX #DBFE5E Mindaro

📋 copy color: '#DBFE5E'

red 219 ◦ green 254 ◦ blue 94

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

Shades of Mindaro #DBFE5E

Tints of Mindaro #DBFE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.58%

R = 38.62%
G = 44.8%
B = 16.58%

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

#DBFE5E (or 0xDBFE5E) is known color: Mindaro. HEX triplet: DB, FE and 5E. RGB value is (219,254,94). Sum of RGB (Red+Green+Blue) = 219+254+94=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 94 (37.11% from 255 or 16.58% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE5E is #2401A1. Grayscale: #E1E1E1. Windows color (decimal): -2359714 or 6225627. OLE color: 6225627.

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

Color convert

RGB 219 254 94 -
CMYK 0.14 0 0.63 0.00
HSL 73.13º 0.99% 0.68% -
HSV(B) 73.13º 0.63% 1% -
XYZ 66.68 86.75 23.82 -
YUV 225.3 53.9 123.51 -
System Red Green Blue C M Y K H S L
Decimal 219 254 94 0.14 0 0.63 0.00 73.13 0.99 0.68
Hex DB FE 5E E 0 3F 0 49 63 44
Octal 333 376 136 16 0 77 0 111 143 104
Binary 11011011 11111110 1011110 1110 0 111111 0 1001001 1100011 1000100

Color Harmonies of #DBFE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE5E

Black with #DBFE5E

Text Example


Text Example

White with #DBFE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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