Html Css Color HEX #D6E27D Mindaro

📋 copy color: '#D6E27D'

red 214 ◦ green 226 ◦ blue 125

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

Shades of Mindaro #D6E27D

Tints of Mindaro #D6E27D

RGB

 RED value IS 214 (83.98% from 255) = 37.88%

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

 BLUE value IS 125 (49.22% from 255) = 22.12%

R = 37.88%
G = 40%
B = 22.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#D6E27D (or 0xD6E27D) is known color: Mindaro. HEX triplet: D6, E2 and 7D. RGB value is (214,226,125). Sum of RGB (Red+Green+Blue) = 214+226+125=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E27D is #291D82. Grayscale: #D3D3D3. Windows color (decimal): -2694531 or 8250070. OLE color: 8250070.

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

Color convert

RGB 214 226 125 -
CMYK 0.05 0 0.45 0.11
HSL 67.13º 0.64% 0.69% -
HSV(B) 67.13º 0.45% 0.89% -
XYZ 58.63 70.17 29.86 -
YUV 210.9 79.52 130.21 -
System Red Green Blue C M Y K H S L
Decimal 214 226 125 0.05 0 0.45 0.11 67.13 0.64 0.69
Hex D6 E2 7D 5 0 2D B 43 40 45
Octal 326 342 175 5 0 55 13 103 100 105
Binary 11010110 11100010 1111101 101 0 101101 1011 1000011 1000000 1000101

Color Harmonies of #D6E27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E27D

Black with #D6E27D

Text Example


Text Example

White with #D6E27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E27D; }

 p { color: rgb(214,226,125); }

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

background-color css

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

 a { background-color: rgb(214,226,125); }

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

border-color css

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

 span { border-color: rgb(214,226,125); }

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