Html Css Color HEX #DBFC60 Mindaro

📋 copy color: '#DBFC60'

red 219 ◦ green 252 ◦ blue 96

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

Shades of Mindaro #DBFC60

Tints of Mindaro #DBFC60

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.44%

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

R = 38.62%
G = 44.44%
B = 16.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#DBFC60 (or 0xDBFC60) is known color: Mindaro. HEX triplet: DB, FC and 60. RGB value is (219,252,96). Sum of RGB (Red+Green+Blue) = 219+252+96=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 96 (37.89% from 255 or 16.93% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC60 is #24039F. Grayscale: #E0E0E0. Windows color (decimal): -2360224 or 6356187. OLE color: 6356187.

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

Color convert

RGB 219 252 96 -
CMYK 0.13 0 0.62 0.01
HSL 72.69º 0.96% 0.68% -
HSV(B) 72.69º 0.62% 0.99% -
XYZ 66.14 85.53 24.09 -
YUV 224.35 55.57 124.18 -
System Red Green Blue C M Y K H S L
Decimal 219 252 96 0.13 0 0.62 0.01 72.69 0.96 0.68
Hex DB FC 60 D 0 3E 1 49 60 44
Octal 333 374 140 15 0 76 1 111 140 104
Binary 11011011 11111100 1100000 1101 0 111110 1 1001001 1100000 1000100

Color Harmonies of #DBFC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFC60

Black with #DBFC60

Text Example


Text Example

White with #DBFC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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