Html Css Color HEX #DBFA5B Mindaro

📋 copy color: '#DBFA5B'

red 219 ◦ green 250 ◦ blue 91

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

Shades of Mindaro #DBFA5B

Tints of Mindaro #DBFA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.25%

R = 39.11%
G = 44.64%
B = 16.25%

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

#DBFA5B (or 0xDBFA5B) is known color: Mindaro. HEX triplet: DB, FA and 5B. RGB value is (219,250,91). Sum of RGB (Red+Green+Blue) = 219+250+91=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 91 (35.94% from 255 or 16.25% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA5B is #2405A4. Grayscale: #DFDFDF. Windows color (decimal): -2360741 or 6027995. OLE color: 6027995.

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

Color convert

RGB 219 250 91 -
CMYK 0.12 0 0.64 0.02
HSL 71.7º 0.94% 0.67% -
HSV(B) 71.7º 0.64% 0.98% -
XYZ 65.29 84.19 22.71 -
YUV 222.61 53.73 125.43 -
System Red Green Blue C M Y K H S L
Decimal 219 250 91 0.12 0 0.64 0.02 71.7 0.94 0.67
Hex DB FA 5B C 0 40 2 48 5E 43
Octal 333 372 133 14 0 100 2 110 136 103
Binary 11011011 11111010 1011011 1100 0 1000000 10 1001000 1011110 1000011

Color Harmonies of #DBFA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA5B

Black with #DBFA5B

Text Example


Text Example

White with #DBFA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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