Html Css Color HEX #DBF175 Mindaro

📋 copy color: '#DBF175'

red 219 ◦ green 241 ◦ blue 117

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

Shades of Mindaro #DBF175

Tints of Mindaro #DBF175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.28%

R = 37.95%
G = 41.77%
B = 20.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#DBF175 (or 0xDBF175) is known color: Mindaro. HEX triplet: DB, F1 and 75. RGB value is (219,241,117). Sum of RGB (Red+Green+Blue) = 219+241+117=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 117 (46.09% from 255 or 20.28% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF175 is #240E8A. Grayscale: #DCDCDC. Windows color (decimal): -2363019 or 7729627. OLE color: 7729627.

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

Color convert

RGB 219 241 117 -
CMYK 0.09 0 0.51 0.05
HSL 70.65º 0.82% 0.7% -
HSV(B) 70.65º 0.51% 0.95% -
XYZ 63.88 79.26 28.76 -
YUV 220.29 69.71 127.08 -
System Red Green Blue C M Y K H S L
Decimal 219 241 117 0.09 0 0.51 0.05 70.65 0.82 0.7
Hex DB F1 75 9 0 33 5 47 52 46
Octal 333 361 165 11 0 63 5 107 122 106
Binary 11011011 11110001 1110101 1001 0 110011 101 1000111 1010010 1000110

Color Harmonies of #DBF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF175

Black with #DBF175

Text Example


Text Example

White with #DBF175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF175; }

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

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

background-color css

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

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

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

border-color css

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

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

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