Html Css Color HEX #D1E07A Mindaro

📋 copy color: '#D1E07A'

red 209 ◦ green 224 ◦ blue 122

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

Shades of Mindaro #D1E07A

Tints of Mindaro #D1E07A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.36%

 BLUE value IS 122 (48.05% from 255) = 21.98%

R = 37.66%
G = 40.36%
B = 21.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#D1E07A (or 0xD1E07A) is known color: Mindaro. HEX triplet: D1, E0 and 7A. RGB value is (209,224,122). Sum of RGB (Red+Green+Blue) = 209+224+122=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E07A is #2E1F85. Grayscale: #D0D0D0. Windows color (decimal): -3022726 or 8052945. OLE color: 8052945.

HSL color Cylindrical-coordinate representation of color #D1E07A: hue angle of 68.82º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1E07A is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 224 122 -
CMYK 0.07 0 0.46 0.12
HSL 68.82º 0.62% 0.68% -
HSV(B) 68.82º 0.46% 0.88% -
XYZ 56.46 68.27 28.61 -
YUV 207.89 79.53 128.79 -
System Red Green Blue C M Y K H S L
Decimal 209 224 122 0.07 0 0.46 0.12 68.82 0.62 0.68
Hex D1 E0 7A 7 0 2E C 45 3E 44
Octal 321 340 172 7 0 56 14 105 76 104
Binary 11010001 11100000 1111010 111 0 101110 1100 1000101 111110 1000100

Color Harmonies of #D1E07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E07A

Black with #D1E07A

Text Example


Text Example

White with #D1E07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E07A; }

 p { color: rgb(209,224,122); }

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

background-color css

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

 a { background-color: rgb(209,224,122); }

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

border-color css

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

 span { border-color: rgb(209,224,122); }

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