Html Css Color HEX #D1E35F Mindaro

📋 copy color: '#D1E35F'

red 209 ◦ green 227 ◦ blue 95

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

Shades of Mindaro #D1E35F

Tints of Mindaro #D1E35F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.75%

 BLUE value IS 95 (37.5% from 255) = 17.89%

R = 39.36%
G = 42.75%
B = 17.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#D1E35F (or 0xD1E35F) is known color: Mindaro. HEX triplet: D1, E3 and 5F. RGB value is (209,227,95). Sum of RGB (Red+Green+Blue) = 209+227+95=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E35F is #2E1CA0. Grayscale: #CFCFCF. Windows color (decimal): -3021985 or 6284241. OLE color: 6284241.

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

Color convert

RGB 209 227 95 -
CMYK 0.08 0 0.58 0.11
HSL 68.18º 0.7% 0.63% -
HSV(B) 68.18º 0.58% 0.89% -
XYZ 55.83 69.32 21.26 -
YUV 206.57 65.04 129.73 -
System Red Green Blue C M Y K H S L
Decimal 209 227 95 0.08 0 0.58 0.11 68.18 0.7 0.63
Hex D1 E3 5F 8 0 3A B 44 46 3F
Octal 321 343 137 10 0 72 13 104 106 77
Binary 11010001 11100011 1011111 1000 0 111010 1011 1000100 1000110 111111

Color Harmonies of #D1E35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E35F

Black with #D1E35F

Text Example


Text Example

White with #D1E35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E35F; }

 p { color: rgb(209,227,95); }

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

background-color css

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

 a { background-color: rgb(209,227,95); }

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

border-color css

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

 span { border-color: rgb(209,227,95); }

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