Html Css Color HEX #8CCF82 De York

📋 copy color: '#8CCF82'

red 140 ◦ green 207 ◦ blue 130

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

Shades of De York #8CCF82

Tints of De York #8CCF82

RGB

 RED value IS 140 (55.08% from 255) = 29.35%

 GREEN value IS 207 (81.25% from 255) = 43.4%

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

R = 29.35%
G = 43.4%
B = 27.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#8CCF82 (or 0x8CCF82) is known color: De York. HEX triplet: 8C, CF and 82. RGB value is (140,207,130). Sum of RGB (Red+Green+Blue) = 140+207+130=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCF82 is #73307D. Grayscale: #B2B2B2. Windows color (decimal): -7549054 or 8572812. OLE color: 8572812.

HSL color Cylindrical-coordinate representation of color #8CCF82: hue angle of 112.21º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CCF82 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 207 130 -
CMYK 0.32 0 0.37 0.19
HSL 112.21º 0.45% 0.66% -
HSV(B) 112.21º 0.37% 0.81% -
XYZ 37.16 51.81 29.16 -
YUV 178.19 100.8 100.76 -
System Red Green Blue C M Y K H S L
Decimal 140 207 130 0.32 0 0.37 0.19 112.21 0.45 0.66
Hex 8C CF 82 20 0 25 13 70 2D 42
Octal 214 317 202 40 0 45 23 160 55 102
Binary 10001100 11001111 10000010 100000 0 100101 10011 1110000 101101 1000010

Color Harmonies of #8CCF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF82

Black with #8CCF82

Text Example


Text Example

White with #8CCF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CCF82; }

 p { color: rgb(140,207,130); }

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

background-color css

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

 a { background-color: rgb(140,207,130); }

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

border-color css

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

 span { border-color: rgb(140,207,130); }

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