#8BCF83

Color #8BCF83 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8BCF83

Tints of De York #8BCF83

Color information

#8BCF83 (or 0x8BCF83) is unknown color: approx De York. HEX triplet: 8B, CF and 83. RGB value is (139,207,131). Sum of RGB (Red+Green+Blue) = 139+207+131=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCF83 is #74307C. Grayscale: #B2B2B2. Windows color (decimal): -7614589 or 8638347. OLE color: 8638347.

HSL color Cylindrical-coordinate representation of color #8BCF83: hue angle of 113.68º degrees, saturation: 0.44, 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 #8BCF83 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB139207131-
CMYK0.3300.370.19
HSL113.68º44.19%66.27%-
HSV(B)113.68º36.71%81.18%-
XYZ37.0651.7529.51-
YUV178101.47100.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.14%
GREEN value IS 207 (81.25% from 255) = 43.40%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=29.14%
G=43.40%
B=27.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392071310.3300.370.19113.6844.1966.27
Hex8BCF832102513722c42
Octal213317203410452316254102
Binary10001011110011111000001110000101001011001111100101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,207,131); }

 H1.HeaderClassName
 {
   color: #8BCF83;
 }
 .AnyTagClassName
 {
   color: #8BCF83;
 }
</style>
background-color css

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

 a { background-color: rgb(139,207,131); }

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

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

 span { border-color: rgb(139,207,131); }

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