Html Css Color HEX #D1E265 Mindaro

📋 copy color: '#D1E265'

red 209 ◦ green 226 ◦ blue 101

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

Shades of Mindaro #D1E265

Tints of Mindaro #D1E265

RGB

 RED value IS 209 (82.03% from 255) = 38.99%

 GREEN value IS 226 (88.67% from 255) = 42.16%

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

R = 38.99%
G = 42.16%
B = 18.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#D1E265 (or 0xD1E265) is known color: Mindaro. HEX triplet: D1, E2 and 65. RGB value is (209,226,101). Sum of RGB (Red+Green+Blue) = 209+226+101=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E265 is #2E1D9A. Grayscale: #CFCFCF. Windows color (decimal): -3022235 or 6677201. OLE color: 6677201.

HSL color Cylindrical-coordinate representation of color #D1E265: hue angle of 68.16º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1E265 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 226 101 -
CMYK 0.08 0 0.55 0.11
HSL 68.16º 0.68% 0.64% -
HSV(B) 68.16º 0.55% 0.89% -
XYZ 55.84 68.89 22.67 -
YUV 206.67 68.37 129.66 -
System Red Green Blue C M Y K H S L
Decimal 209 226 101 0.08 0 0.55 0.11 68.16 0.68 0.64
Hex D1 E2 65 8 0 37 B 44 44 40
Octal 321 342 145 10 0 67 13 104 104 100
Binary 11010001 11100010 1100101 1000 0 110111 1011 1000100 1000100 1000000

Color Harmonies of #D1E265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E265

Black with #D1E265

Text Example


Text Example

White with #D1E265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E265; }

 p { color: rgb(209,226,101); }

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

background-color css

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

 a { background-color: rgb(209,226,101); }

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

border-color css

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

 span { border-color: rgb(209,226,101); }

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