Html Css Color HEX #DBF17A Mindaro

📋 copy color: '#DBF17A'

red 219 ◦ green 241 ◦ blue 122

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

Shades of Mindaro #DBF17A

Tints of Mindaro #DBF17A

RGB

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

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

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

R = 37.63%
G = 41.41%
B = 20.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#DBF17A (or 0xDBF17A) is known color: Mindaro. HEX triplet: DB, F1 and 7A. RGB value is (219,241,122). Sum of RGB (Red+Green+Blue) = 219+241+122=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF17A is #240E85. Grayscale: #DDDDDD. Windows color (decimal): -2363014 or 8057307. OLE color: 8057307.

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

Color convert

RGB 219 241 122 -
CMYK 0.09 0 0.49 0.05
HSL 71.09º 0.81% 0.71% -
HSV(B) 71.09º 0.49% 0.95% -
XYZ 64.18 79.38 30.35 -
YUV 220.86 72.21 126.68 -
System Red Green Blue C M Y K H S L
Decimal 219 241 122 0.09 0 0.49 0.05 71.09 0.81 0.71
Hex DB F1 7A 9 0 31 5 47 51 47
Octal 333 361 172 11 0 61 5 107 121 107
Binary 11011011 11110001 1111010 1001 0 110001 101 1000111 1010001 1000111

Color Harmonies of #DBF17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF17A

Black with #DBF17A

Text Example


Text Example

White with #DBF17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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