Html Css Color HEX #DBFA5A Mindaro

📋 copy color: '#DBFA5A'

red 219 ◦ green 250 ◦ blue 90

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

Shades of Mindaro #DBFA5A

Tints of Mindaro #DBFA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.1%

R = 39.18%
G = 44.72%
B = 16.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#DBFA5A (or 0xDBFA5A) is known color: Mindaro. HEX triplet: DB, FA and 5A. RGB value is (219,250,90). Sum of RGB (Red+Green+Blue) = 219+250+90=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 90 (35.55% from 255 or 16.10% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA5A is #2405A5. Grayscale: #DFDFDF. Windows color (decimal): -2360742 or 5962459. OLE color: 5962459.

HSL color Cylindrical-coordinate representation of color #DBFA5A: hue angle of 71.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBFA5A is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 250 90 -
CMYK 0.12 0 0.64 0.02
HSL 71.63º 0.94% 0.67% -
HSV(B) 71.63º 0.64% 0.98% -
XYZ 65.24 84.17 22.48 -
YUV 222.49 53.23 125.51 -
System Red Green Blue C M Y K H S L
Decimal 219 250 90 0.12 0 0.64 0.02 71.63 0.94 0.67
Hex DB FA 5A C 0 40 2 48 5E 43
Octal 333 372 132 14 0 100 2 110 136 103
Binary 11011011 11111010 1011010 1100 0 1000000 10 1001000 1011110 1000011

Color Harmonies of #DBFA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA5A

Black with #DBFA5A

Text Example


Text Example

White with #DBFA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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