Html Css Color HEX #DBFA7A Mindaro

📋 copy color: '#DBFA7A'

red 219 ◦ green 250 ◦ blue 122

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

Shades of Mindaro #DBFA7A

Tints of Mindaro #DBFA7A

RGB

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

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

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

R = 37.06%
G = 42.3%
B = 20.64%

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

#DBFA7A (or 0xDBFA7A) is known color: Mindaro. HEX triplet: DB, FA and 7A. RGB value is (219,250,122). Sum of RGB (Red+Green+Blue) = 219+250+122=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 122 (48.05% from 255 or 20.64% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA7A is #240585. Grayscale: #E2E2E2. Windows color (decimal): -2360710 or 8059611. OLE color: 8059611.

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

Color convert

RGB 219 250 122 -
CMYK 0.12 0 0.51 0.02
HSL 74.53º 0.93% 0.73% -
HSV(B) 74.53º 0.51% 0.98% -
XYZ 66.91 84.84 31.26 -
YUV 226.14 69.23 122.91 -
System Red Green Blue C M Y K H S L
Decimal 219 250 122 0.12 0 0.51 0.02 74.53 0.93 0.73
Hex DB FA 7A C 0 33 2 4B 5D 49
Octal 333 372 172 14 0 63 2 113 135 111
Binary 11011011 11111010 1111010 1100 0 110011 10 1001011 1011101 1001001

Color Harmonies of #DBFA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA7A

Black with #DBFA7A

Text Example


Text Example

White with #DBFA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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