Html Css Color HEX #D5E27E Mindaro

📋 copy color: '#D5E27E'

red 213 ◦ green 226 ◦ blue 126

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

Shades of Mindaro #D5E27E

Tints of Mindaro #D5E27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.3%

R = 37.7%
G = 40%
B = 22.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#D5E27E (or 0xD5E27E) is known color: Mindaro. HEX triplet: D5, E2 and 7E. RGB value is (213,226,126). Sum of RGB (Red+Green+Blue) = 213+226+126=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 126 (49.61% from 255 or 22.30% from 565); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E27E is #2A1D81. Grayscale: #D3D3D3. Windows color (decimal): -2760066 or 8315605. OLE color: 8315605.

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

Color convert

RGB 213 226 126 -
CMYK 0.06 0 0.44 0.11
HSL 67.8º 0.63% 0.69% -
HSV(B) 67.8º 0.44% 0.89% -
XYZ 58.4 70.05 30.18 -
YUV 210.71 80.19 129.63 -
System Red Green Blue C M Y K H S L
Decimal 213 226 126 0.06 0 0.44 0.11 67.8 0.63 0.69
Hex D5 E2 7E 6 0 2C B 44 3F 45
Octal 325 342 176 6 0 54 13 104 77 105
Binary 11010101 11100010 1111110 110 0 101100 1011 1000100 111111 1000101

Color Harmonies of #D5E27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E27E

Black with #D5E27E

Text Example


Text Example

White with #D5E27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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