Html Css Color HEX #D1E95C Mindaro

📋 copy color: '#D1E95C'

red 209 ◦ green 233 ◦ blue 92

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

Shades of Mindaro #D1E95C

Tints of Mindaro #D1E95C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.63%

 BLUE value IS 92 (36.33% from 255) = 17.23%

R = 39.14%
G = 43.63%
B = 17.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#D1E95C (or 0xD1E95C) is known color: Mindaro. HEX triplet: D1, E9 and 5C. RGB value is (209,233,92). Sum of RGB (Red+Green+Blue) = 209+233+92=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E95C is #2E16A3. Grayscale: #D2D2D2. Windows color (decimal): -3020452 or 6089169. OLE color: 6089169.

HSL color Cylindrical-coordinate representation of color #D1E95C: hue angle of 70.21º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1E95C is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 233 92 -
CMYK 0.10 0 0.61 0.09
HSL 70.21º 0.76% 0.64% -
HSV(B) 70.21º 0.61% 0.91% -
XYZ 57.37 72.61 21.12 -
YUV 209.75 61.55 127.46 -
System Red Green Blue C M Y K H S L
Decimal 209 233 92 0.10 0 0.61 0.09 70.21 0.76 0.64
Hex D1 E9 5C A 0 3D 9 46 4C 40
Octal 321 351 134 12 0 75 11 106 114 100
Binary 11010001 11101001 1011100 1010 0 111101 1001 1000110 1001100 1000000

Color Harmonies of #D1E95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E95C

Black with #D1E95C

Text Example


Text Example

White with #D1E95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E95C; }

 p { color: rgb(209,233,92); }

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

background-color css

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

 a { background-color: rgb(209,233,92); }

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

border-color css

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

 span { border-color: rgb(209,233,92); }

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