Html Css Color HEX #D6E282 Mindaro

📋 copy color: '#D6E282'

red 214 ◦ green 226 ◦ blue 130

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

Shades of Mindaro #D6E282

Tints of Mindaro #D6E282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.81%

R = 37.54%
G = 39.65%
B = 22.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#D6E282 (or 0xD6E282) is known color: Mindaro. HEX triplet: D6, E2 and 82. RGB value is (214,226,130). Sum of RGB (Red+Green+Blue) = 214+226+130=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E282 is #291D7D. Grayscale: #D3D3D3. Windows color (decimal): -2694526 or 8577750. OLE color: 8577750.

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

Color convert

RGB 214 226 130 -
CMYK 0.05 0 0.42 0.11
HSL 67.5º 0.62% 0.7% -
HSV(B) 67.5º 0.42% 0.89% -
XYZ 58.96 70.3 31.58 -
YUV 211.47 82.02 129.81 -
System Red Green Blue C M Y K H S L
Decimal 214 226 130 0.05 0 0.42 0.11 67.5 0.62 0.7
Hex D6 E2 82 5 0 2A B 44 3E 46
Octal 326 342 202 5 0 52 13 104 76 106
Binary 11010110 11100010 10000010 101 0 101010 1011 1000100 111110 1000110

Color Harmonies of #D6E282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E282

Black with #D6E282

Text Example


Text Example

White with #D6E282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E282; }

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

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

background-color css

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

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

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

border-color css

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

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

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