Html Css Color HEX #DBFB7A Mindaro

📋 copy color: '#DBFB7A'

red 219 ◦ green 251 ◦ blue 122

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

Shades of Mindaro #DBFB7A

Tints of Mindaro #DBFB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.61%

R = 36.99%
G = 42.4%
B = 20.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#DBFB7A (or 0xDBFB7A) is known color: Mindaro. HEX triplet: DB, FB and 7A. RGB value is (219,251,122). Sum of RGB (Red+Green+Blue) = 219+251+122=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 122 (48.05% from 255 or 20.61% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB7A is #240485. Grayscale: #E3E3E3. Windows color (decimal): -2360454 or 8059867. OLE color: 8059867.

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

Color convert

RGB 219 251 122 -
CMYK 0.13 0 0.51 0.02
HSL 74.88º 0.94% 0.73% -
HSV(B) 74.88º 0.51% 0.98% -
XYZ 67.22 85.46 31.36 -
YUV 226.73 68.9 122.49 -
System Red Green Blue C M Y K H S L
Decimal 219 251 122 0.13 0 0.51 0.02 74.88 0.94 0.73
Hex DB FB 7A D 0 33 2 4B 5E 49
Octal 333 373 172 15 0 63 2 113 136 111
Binary 11011011 11111011 1111010 1101 0 110011 10 1001011 1011110 1001001

Color Harmonies of #DBFB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB7A

Black with #DBFB7A

Text Example


Text Example

White with #DBFB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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