Html Css Color HEX #D1E360 Mindaro

📋 copy color: '#D1E360'

red 209 ◦ green 227 ◦ blue 96

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

Shades of Mindaro #D1E360

Tints of Mindaro #D1E360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.05%

R = 39.29%
G = 42.67%
B = 18.05%

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

#D1E360 (or 0xD1E360) is known color: Mindaro. HEX triplet: D1, E3 and 60. RGB value is (209,227,96). Sum of RGB (Red+Green+Blue) = 209+227+96=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E360 is #2E1C9F. Grayscale: #CFCFCF. Windows color (decimal): -3021984 or 6349777. OLE color: 6349777.

HSL color Cylindrical-coordinate representation of color #D1E360: hue angle of 68.24º 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 #D1E360 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 227 96 -
CMYK 0.08 0 0.58 0.11
HSL 68.24º 0.7% 0.63% -
HSV(B) 68.24º 0.58% 0.89% -
XYZ 55.87 69.34 21.5 -
YUV 206.68 65.54 129.65 -
System Red Green Blue C M Y K H S L
Decimal 209 227 96 0.08 0 0.58 0.11 68.24 0.7 0.63
Hex D1 E3 60 8 0 3A B 44 46 3F
Octal 321 343 140 10 0 72 13 104 106 77
Binary 11010001 11100011 1100000 1000 0 111010 1011 1000100 1000110 111111

Color Harmonies of #D1E360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E360

Black with #D1E360

Text Example


Text Example

White with #D1E360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E360; }

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

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

background-color css

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

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

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

border-color css

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

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

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