Html Css Color HEX #DBFB5A Mindaro

📋 copy color: '#DBFB5A'

red 219 ◦ green 251 ◦ blue 90

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

Shades of Mindaro #DBFB5A

Tints of Mindaro #DBFB5A

RGB

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

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

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

R = 39.11%
G = 44.82%
B = 16.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#DBFB5A (or 0xDBFB5A) is known color: Mindaro. HEX triplet: DB, FB and 5A. RGB value is (219,251,90). Sum of RGB (Red+Green+Blue) = 219+251+90=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 90 (35.55% from 255 or 16.07% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB5A is #2404A5. Grayscale: #DFDFDF. Windows color (decimal): -2360486 or 5962715. OLE color: 5962715.

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

Color convert

RGB 219 251 90 -
CMYK 0.13 0 0.64 0.02
HSL 71.93º 0.95% 0.67% -
HSV(B) 71.93º 0.64% 0.98% -
XYZ 65.56 84.79 22.58 -
YUV 223.08 52.9 125.09 -
System Red Green Blue C M Y K H S L
Decimal 219 251 90 0.13 0 0.64 0.02 71.93 0.95 0.67
Hex DB FB 5A D 0 40 2 48 5F 43
Octal 333 373 132 15 0 100 2 110 137 103
Binary 11011011 11111011 1011010 1101 0 1000000 10 1001000 1011111 1000011

Color Harmonies of #DBFB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB5A

Black with #DBFB5A

Text Example


Text Example

White with #DBFB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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