Html Css Color HEX #DBF97A Mindaro

📋 copy color: '#DBF97A'

red 219 ◦ green 249 ◦ blue 122

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

Shades of Mindaro #DBF97A

Tints of Mindaro #DBF97A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.2%

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

R = 37.12%
G = 42.2%
B = 20.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#DBF97A (or 0xDBF97A) is known color: Mindaro. HEX triplet: DB, F9 and 7A. RGB value is (219,249,122). Sum of RGB (Red+Green+Blue) = 219+249+122=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF97A is #240685. Grayscale: #E2E2E2. Windows color (decimal): -2360966 or 8059355. OLE color: 8059355.

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

Color convert

RGB 219 249 122 -
CMYK 0.12 0 0.51 0.02
HSL 74.17º 0.91% 0.73% -
HSV(B) 74.17º 0.51% 0.98% -
XYZ 66.6 84.22 31.16 -
YUV 225.55 69.56 123.33 -
System Red Green Blue C M Y K H S L
Decimal 219 249 122 0.12 0 0.51 0.02 74.17 0.91 0.73
Hex DB F9 7A C 0 33 2 4A 5B 49
Octal 333 371 172 14 0 63 2 112 133 111
Binary 11011011 11111001 1111010 1100 0 110011 10 1001010 1011011 1001001

Color Harmonies of #DBF97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF97A

Black with #DBF97A

Text Example


Text Example

White with #DBF97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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