Html Css Color HEX #8CCF81 De York

📋 copy color: '#8CCF81'

red 140 ◦ green 207 ◦ blue 129

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

Shades of De York #8CCF81

Tints of De York #8CCF81

RGB

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

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

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

R = 29.41%
G = 43.49%
B = 27.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#8CCF81 (or 0x8CCF81) is known color: De York. HEX triplet: 8C, CF and 81. RGB value is (140,207,129). Sum of RGB (Red+Green+Blue) = 140+207+129=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCF81 is #73307E. Grayscale: #B2B2B2. Windows color (decimal): -7549055 or 8507276. OLE color: 8507276.

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

Color convert

RGB 140 207 129 -
CMYK 0.32 0 0.38 0.19
HSL 111.54º 0.45% 0.66% -
HSV(B) 111.54º 0.38% 0.81% -
XYZ 37.09 51.79 28.81 -
YUV 178.08 100.3 100.84 -
System Red Green Blue C M Y K H S L
Decimal 140 207 129 0.32 0 0.38 0.19 111.54 0.45 0.66
Hex 8C CF 81 20 0 26 13 70 2D 42
Octal 214 317 201 40 0 46 23 160 55 102
Binary 10001100 11001111 10000001 100000 0 100110 10011 1110000 101101 1000010

Color Harmonies of #8CCF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF81

Black with #8CCF81

Text Example


Text Example

White with #8CCF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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