Html Css Color HEX #D5E27A Mindaro

📋 copy color: '#D5E27A'

red 213 ◦ green 226 ◦ blue 122

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

Shades of Mindaro #D5E27A

Tints of Mindaro #D5E27A

RGB

 RED value IS 213 (83.59% from 255) = 37.97%

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

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

R = 37.97%
G = 40.29%
B = 21.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#D5E27A (or 0xD5E27A) is known color: Mindaro. HEX triplet: D5, E2 and 7A. RGB value is (213,226,122). Sum of RGB (Red+Green+Blue) = 213+226+122=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E27A is #2A1D85. Grayscale: #D2D2D2. Windows color (decimal): -2760070 or 8053461. OLE color: 8053461.

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

Color convert

RGB 213 226 122 -
CMYK 0.06 0 0.46 0.11
HSL 67.5º 0.64% 0.68% -
HSV(B) 67.5º 0.46% 0.89% -
XYZ 58.15 69.94 28.85 -
YUV 210.26 78.19 129.96 -
System Red Green Blue C M Y K H S L
Decimal 213 226 122 0.06 0 0.46 0.11 67.5 0.64 0.68
Hex D5 E2 7A 6 0 2E B 44 40 44
Octal 325 342 172 6 0 56 13 104 100 104
Binary 11010101 11100010 1111010 110 0 101110 1011 1000100 1000000 1000100

Color Harmonies of #D5E27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E27A

Black with #D5E27A

Text Example


Text Example

White with #D5E27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E27A; }

 p { color: rgb(213,226,122); }

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

background-color css

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

 a { background-color: rgb(213,226,122); }

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

border-color css

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

 span { border-color: rgb(213,226,122); }

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