Html Css Color HEX #D6E681 Mindaro

📋 copy color: '#D6E681'

red 214 ◦ green 230 ◦ blue 129

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

Shades of Mindaro #D6E681

Tints of Mindaro #D6E681

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.14%

 BLUE value IS 129 (50.78% from 255) = 22.51%

R = 37.35%
G = 40.14%
B = 22.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#D6E681 (or 0xD6E681) is known color: Mindaro. HEX triplet: D6, E6 and 81. RGB value is (214,230,129). Sum of RGB (Red+Green+Blue) = 214+230+129=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E681 is #29197E. Grayscale: #D6D6D6. Windows color (decimal): -2693503 or 8513238. OLE color: 8513238.

HSL color Cylindrical-coordinate representation of color #D6E681: hue angle of 69.5º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6E681 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 230 129 -
CMYK 0.07 0 0.44 0.10
HSL 69.5º 0.67% 0.7% -
HSV(B) 69.5º 0.44% 0.9% -
XYZ 59.99 72.47 31.6 -
YUV 213.7 80.2 128.21 -
System Red Green Blue C M Y K H S L
Decimal 214 230 129 0.07 0 0.44 0.10 69.5 0.67 0.7
Hex D6 E6 81 7 0 2C A 46 43 46
Octal 326 346 201 7 0 54 12 106 103 106
Binary 11010110 11100110 10000001 111 0 101100 1010 1000110 1000011 1000110

Color Harmonies of #D6E681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E681

Black with #D6E681

Text Example


Text Example

White with #D6E681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E681; }

 p { color: rgb(214,230,129); }

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

background-color css

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

 a { background-color: rgb(214,230,129); }

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

border-color css

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

 span { border-color: rgb(214,230,129); }

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