Html Css Color HEX #D9F165 Mindaro

📋 copy color: '#D9F165'

red 217 ◦ green 241 ◦ blue 101

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

Shades of Mindaro #D9F165

Tints of Mindaro #D9F165

RGB

 RED value IS 217 (85.16% from 255) = 38.82%

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

 BLUE value IS 101 (39.84% from 255) = 18.07%

R = 38.82%
G = 43.11%
B = 18.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#D9F165 (or 0xD9F165) is known color: Mindaro. HEX triplet: D9, F1 and 65. RGB value is (217,241,101). Sum of RGB (Red+Green+Blue) = 217+241+101=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F165 is #260E9A. Grayscale: #DADADA. Windows color (decimal): -2494107 or 6681049. OLE color: 6681049.

HSL color Cylindrical-coordinate representation of color #D9F165: hue angle of 70.29º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9F165 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 241 101 -
CMYK 0.10 0 0.58 0.05
HSL 70.29º 0.83% 0.67% -
HSV(B) 70.29º 0.58% 0.95% -
XYZ 62.42 78.6 24.19 -
YUV 217.86 62.05 127.38 -
System Red Green Blue C M Y K H S L
Decimal 217 241 101 0.10 0 0.58 0.05 70.29 0.83 0.67
Hex D9 F1 65 A 0 3A 5 46 53 43
Octal 331 361 145 12 0 72 5 106 123 103
Binary 11011001 11110001 1100101 1010 0 111010 101 1000110 1010011 1000011

Color Harmonies of #D9F165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F165

Black with #D9F165

Text Example


Text Example

White with #D9F165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F165; }

 p { color: rgb(217,241,101); }

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

background-color css

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

 a { background-color: rgb(217,241,101); }

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

border-color css

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

 span { border-color: rgb(217,241,101); }

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