Html Css Color HEX #8BC27F De York

📋 copy color: '#8BC27F'

red 139 ◦ green 194 ◦ blue 127

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

Shades of De York #8BC27F

Tints of De York #8BC27F

RGB

 RED value IS 139 (54.69% from 255) = 30.22%

 GREEN value IS 194 (76.17% from 255) = 42.17%

 BLUE value IS 127 (50% from 255) = 27.61%

R = 30.22%
G = 42.17%
B = 27.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#8BC27F (or 0x8BC27F) is known color: De York. HEX triplet: 8B, C2 and 7F. RGB value is (139,194,127). Sum of RGB (Red+Green+Blue) = 139+194+127=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC27F is #743D80. Grayscale: #AAAAAA. Windows color (decimal): -7617921 or 8372875. OLE color: 8372875.

HSL color Cylindrical-coordinate representation of color #8BC27F: hue angle of 109.25º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BC27F is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 139 194 127 -
CMYK 0.28 0 0.35 0.24
HSL 109.25º 0.35% 0.63% -
HSV(B) 109.25º 0.35% 0.76% -
XYZ 33.77 45.6 27.1 -
YUV 169.92 103.78 105.95 -
System Red Green Blue C M Y K H S L
Decimal 139 194 127 0.28 0 0.35 0.24 109.25 0.35 0.63
Hex 8B C2 7F 1C 0 23 18 6D 23 3F
Octal 213 302 177 34 0 43 30 155 43 77
Binary 10001011 11000010 1111111 11100 0 100011 11000 1101101 100011 111111

Color Harmonies of #8BC27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC27F

Black with #8BC27F

Text Example


Text Example

White with #8BC27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,194,127); }

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

background-color css

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

 a { background-color: rgb(139,194,127); }

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

border-color css

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

 span { border-color: rgb(139,194,127); }

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