Html Css Color HEX #DBFB60 Mindaro

📋 copy color: '#DBFB60'

red 219 ◦ green 251 ◦ blue 96

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

Shades of Mindaro #DBFB60

Tints of Mindaro #DBFB60

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.35%

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

R = 38.69%
G = 44.35%
B = 16.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#DBFB60 (or 0xDBFB60) is known color: Mindaro. HEX triplet: DB, FB and 60. RGB value is (219,251,96). Sum of RGB (Red+Green+Blue) = 219+251+96=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 96 (37.89% from 255 or 16.96% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB60 is #24049F. Grayscale: #E0E0E0. Windows color (decimal): -2360480 or 6355931. OLE color: 6355931.

HSL color Cylindrical-coordinate representation of color #DBFB60: hue angle of 72.39º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBFB60 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 96 -
CMYK 0.13 0 0.62 0.02
HSL 72.39º 0.95% 0.68% -
HSV(B) 72.39º 0.62% 0.98% -
XYZ 65.82 84.9 23.98 -
YUV 223.76 55.9 124.6 -
System Red Green Blue C M Y K H S L
Decimal 219 251 96 0.13 0 0.62 0.02 72.39 0.95 0.68
Hex DB FB 60 D 0 3E 2 48 5F 44
Octal 333 373 140 15 0 76 2 110 137 104
Binary 11011011 11111011 1100000 1101 0 111110 10 1001000 1011111 1000100

Color Harmonies of #DBFB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB60

Black with #DBFB60

Text Example


Text Example

White with #DBFB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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