Html Css Color HEX #DBF178 Mindaro

📋 copy color: '#DBF178'

red 219 ◦ green 241 ◦ blue 120

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

Shades of Mindaro #DBF178

Tints of Mindaro #DBF178

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.55%

 BLUE value IS 120 (47.27% from 255) = 20.69%

R = 37.76%
G = 41.55%
B = 20.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#DBF178 (or 0xDBF178) is known color: Mindaro. HEX triplet: DB, F1 and 78. RGB value is (219,241,120). Sum of RGB (Red+Green+Blue) = 219+241+120=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 120 (47.27% from 255 or 20.69% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF178 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF178 is #240E87. Grayscale: #DDDDDD. Windows color (decimal): -2363016 or 7926235. OLE color: 7926235.

HSL color Cylindrical-coordinate representation of color #DBF178: hue angle of 70.91º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBF178 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 120 -
CMYK 0.09 0 0.50 0.05
HSL 70.91º 0.81% 0.71% -
HSV(B) 70.91º 0.5% 0.95% -
XYZ 64.06 79.33 29.7 -
YUV 220.63 71.21 126.84 -
System Red Green Blue C M Y K H S L
Decimal 219 241 120 0.09 0 0.50 0.05 70.91 0.81 0.71
Hex DB F1 78 9 0 32 5 47 51 47
Octal 333 361 170 11 0 62 5 107 121 107
Binary 11011011 11110001 1111000 1001 0 110010 101 1000111 1010001 1000111

Color Harmonies of #DBF178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF178

Black with #DBF178

Text Example


Text Example

White with #DBF178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF178; }

 p { color: rgb(219,241,120); }

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

background-color css

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

 a { background-color: rgb(219,241,120); }

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

border-color css

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

 span { border-color: rgb(219,241,120); }

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