Html Css Color HEX #DBF477 Mindaro

📋 copy color: '#DBF477'

red 219 ◦ green 244 ◦ blue 119

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

Shades of Mindaro #DBF477

Tints of Mindaro #DBF477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.45%

R = 37.63%
G = 41.92%
B = 20.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#DBF477 (or 0xDBF477) is known color: Mindaro. HEX triplet: DB, F4 and 77. RGB value is (219,244,119). Sum of RGB (Red+Green+Blue) = 219+244+119=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 119 (46.88% from 255 or 20.45% from 582); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF477 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF477 is #240B88. Grayscale: #DEDEDE. Windows color (decimal): -2362249 or 7861467. OLE color: 7861467.

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

Color convert

RGB 219 244 119 -
CMYK 0.10 0 0.51 0.04
HSL 72º 0.85% 0.71% -
HSV(B) 72º 0.51% 0.96% -
XYZ 64.89 81.09 29.69 -
YUV 222.28 69.72 125.66 -
System Red Green Blue C M Y K H S L
Decimal 219 244 119 0.10 0 0.51 0.04 72 0.85 0.71
Hex DB F4 77 A 0 33 4 48 55 47
Octal 333 364 167 12 0 63 4 110 125 107
Binary 11011011 11110100 1110111 1010 0 110011 100 1001000 1010101 1000111

Color Harmonies of #DBF477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF477

Black with #DBF477

Text Example


Text Example

White with #DBF477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF477; }

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

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

background-color css

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

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

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

border-color css

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

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

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