Html Css Color HEX #8DCF84 De York

📋 copy color: '#8DCF84'

red 141 ◦ green 207 ◦ blue 132

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

Shades of De York #8DCF84

Tints of De York #8DCF84

RGB

 RED value IS 141 (55.47% from 255) = 29.38%

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

 BLUE value IS 132 (51.95% from 255) = 27.5%

R = 29.38%
G = 43.13%
B = 27.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#8DCF84 (or 0x8DCF84) is known color: De York. HEX triplet: 8D, CF and 84. RGB value is (141,207,132). Sum of RGB (Red+Green+Blue) = 141+207+132=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCF84 is #72307B. Grayscale: #B2B2B2. Windows color (decimal): -7483516 or 8703885. OLE color: 8703885.

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

Color convert

RGB 141 207 132 -
CMYK 0.32 0 0.36 0.19
HSL 112.8º 0.44% 0.66% -
HSV(B) 112.8º 0.36% 0.81% -
XYZ 37.46 51.95 29.88 -
YUV 178.72 101.63 101.1 -
System Red Green Blue C M Y K H S L
Decimal 141 207 132 0.32 0 0.36 0.19 112.8 0.44 0.66
Hex 8D CF 84 20 0 24 13 71 2C 42
Octal 215 317 204 40 0 44 23 161 54 102
Binary 10001101 11001111 10000100 100000 0 100100 10011 1110001 101100 1000010

Color Harmonies of #8DCF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCF84

Black with #8DCF84

Text Example


Text Example

White with #8DCF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,207,132); }

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

background-color css

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

 a { background-color: rgb(141,207,132); }

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

border-color css

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

 span { border-color: rgb(141,207,132); }

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