Html Css Color HEX #DBF47A Mindaro

📋 copy color: '#DBF47A'

red 219 ◦ green 244 ◦ blue 122

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

Shades of Mindaro #DBF47A

Tints of Mindaro #DBF47A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.71%

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

R = 37.44%
G = 41.71%
B = 20.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#DBF47A (or 0xDBF47A) is known color: Mindaro. HEX triplet: DB, F4 and 7A. RGB value is (219,244,122). Sum of RGB (Red+Green+Blue) = 219+244+122=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 244 (95.70% from 255 or 41.71% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF47A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF47A is #240B85. Grayscale: #DFDFDF. Windows color (decimal): -2362246 or 8058075. OLE color: 8058075.

HSL color Cylindrical-coordinate representation of color #DBF47A: hue angle of 72.3º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBF47A is Cyan = 0.10, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 244 122 -
CMYK 0.10 0 0.5 0.04
HSL 72.3º 0.85% 0.72% -
HSV(B) 72.3º 0.5% 0.96% -
XYZ 65.08 81.17 30.65 -
YUV 222.62 71.22 125.42 -
System Red Green Blue C M Y K H S L
Decimal 219 244 122 0.10 0 0.5 0.04 72.3 0.85 0.72
Hex DB F4 7A A 0 32 4 48 55 48
Octal 333 364 172 12 0 62 4 110 125 110
Binary 11011011 11110100 1111010 1010 0 110010 100 1001000 1010101 1001000

Color Harmonies of #DBF47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF47A

Black with #DBF47A

Text Example


Text Example

White with #DBF47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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