Html Css Color HEX #DBFF5D Mindaro

📋 copy color: '#DBFF5D'

red 219 ◦ green 255 ◦ blue 93

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

Shades of Mindaro #DBFF5D

Tints of Mindaro #DBFF5D

RGB

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

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

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

R = 38.62%
G = 44.97%
B = 16.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#DBFF5D (or 0xDBFF5D) is known color: Mindaro. HEX triplet: DB, FF and 5D. RGB value is (219,255,93). Sum of RGB (Red+Green+Blue) = 219+255+93=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 93 (36.72% from 255 or 16.40% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF5D is #2400A2. Grayscale: #E2E2E2. Windows color (decimal): -2359459 or 6160347. OLE color: 6160347.

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

Color convert

RGB 219 255 93 -
CMYK 0.14 0 0.64 0
HSL 73.33º 1% 0.68% -
HSV(B) 73.33º 0.64% 1% -
XYZ 66.95 87.37 23.69 -
YUV 225.77 53.07 123.17 -
System Red Green Blue C M Y K H S L
Decimal 219 255 93 0.14 0 0.64 0 73.33 1 0.68
Hex DB FF 5D E 0 40 0 49 64 44
Octal 333 377 135 16 0 100 0 111 144 104
Binary 11011011 11111111 1011101 1110 0 1000000 0 1001001 1100100 1000100

Color Harmonies of #DBFF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF5D

Black with #DBFF5D

Text Example


Text Example

White with #DBFF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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