Html Css Color HEX #DBFF60 Mindaro

📋 copy color: '#DBFF60'

red 219 ◦ green 255 ◦ blue 96

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

Shades of Mindaro #DBFF60

Tints of Mindaro #DBFF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.84%

R = 38.42%
G = 44.74%
B = 16.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#DBFF60 (or 0xDBFF60) is known color: Mindaro. HEX triplet: DB, FF and 60. RGB value is (219,255,96). Sum of RGB (Red+Green+Blue) = 219+255+96=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 96 (37.89% from 255 or 16.84% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF60 is #24009F. Grayscale: #E2E2E2. Windows color (decimal): -2359456 or 6356955. OLE color: 6356955.

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

Color convert

RGB 219 255 96 -
CMYK 0.14 0 0.62 0
HSL 73.58º 1% 0.69% -
HSV(B) 73.58º 0.62% 1% -
XYZ 67.08 87.42 24.41 -
YUV 226.11 54.57 122.93 -
System Red Green Blue C M Y K H S L
Decimal 219 255 96 0.14 0 0.62 0 73.58 1 0.69
Hex DB FF 60 E 0 3E 0 4A 64 45
Octal 333 377 140 16 0 76 0 112 144 105
Binary 11011011 11111111 1100000 1110 0 111110 0 1001010 1100100 1000101

Color Harmonies of #DBFF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF60

Black with #DBFF60

Text Example


Text Example

White with #DBFF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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