Html Css Color HEX #DBFA60 Mindaro

📋 copy color: '#DBFA60'

red 219 ◦ green 250 ◦ blue 96

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

Shades of Mindaro #DBFA60

Tints of Mindaro #DBFA60

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.25%

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

R = 38.76%
G = 44.25%
B = 16.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#DBFA60 (or 0xDBFA60) is known color: Mindaro. HEX triplet: DB, FA and 60. RGB value is (219,250,96). Sum of RGB (Red+Green+Blue) = 219+250+96=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 96 (37.89% from 255 or 16.99% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA60 is #24059F. Grayscale: #DFDFDF. Windows color (decimal): -2360736 or 6355675. OLE color: 6355675.

HSL color Cylindrical-coordinate representation of color #DBFA60: hue angle of 72.08º degrees, saturation: 0.94, 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 #DBFA60 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 250 96 -
CMYK 0.12 0 0.62 0.02
HSL 72.08º 0.94% 0.68% -
HSV(B) 72.08º 0.62% 0.98% -
XYZ 65.51 84.28 23.88 -
YUV 223.18 56.23 125.02 -
System Red Green Blue C M Y K H S L
Decimal 219 250 96 0.12 0 0.62 0.02 72.08 0.94 0.68
Hex DB FA 60 C 0 3E 2 48 5E 44
Octal 333 372 140 14 0 76 2 110 136 104
Binary 11011011 11111010 1100000 1100 0 111110 10 1001000 1011110 1000100

Color Harmonies of #DBFA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA60

Black with #DBFA60

Text Example


Text Example

White with #DBFA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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