Html Css Color HEX #DBFF5B Mindaro

📋 copy color: '#DBFF5B'

red 219 ◦ green 255 ◦ blue 91

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

Shades of Mindaro #DBFF5B

Tints of Mindaro #DBFF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.11%

R = 38.76%
G = 45.13%
B = 16.11%

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

#DBFF5B (or 0xDBFF5B) is known color: Mindaro. HEX triplet: DB, FF and 5B. RGB value is (219,255,91). Sum of RGB (Red+Green+Blue) = 219+255+91=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 91 (35.94% from 255 or 16.11% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF5B is #2400A4. Grayscale: #E2E2E2. Windows color (decimal): -2359461 or 6029275. OLE color: 6029275.

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

Color convert

RGB 219 255 91 -
CMYK 0.14 0 0.64 0
HSL 73.17º 1% 0.68% -
HSV(B) 73.17º 0.64% 1% -
XYZ 66.86 87.34 23.23 -
YUV 225.54 52.07 123.34 -
System Red Green Blue C M Y K H S L
Decimal 219 255 91 0.14 0 0.64 0 73.17 1 0.68
Hex DB FF 5B E 0 40 0 49 64 44
Octal 333 377 133 16 0 100 0 111 144 104
Binary 11011011 11111111 1011011 1110 0 1000000 0 1001001 1100100 1000100

Color Harmonies of #DBFF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF5B

Black with #DBFF5B

Text Example


Text Example

White with #DBFF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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