#8CFA35

Color #8CFA35 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #8CFA35

Tints of Green Yellow #8CFA35

Color information

#8CFA35 (or 0x8CFA35) is unknown color: approx Green Yellow. HEX triplet: 8C, FA and 35. RGB value is (140,250,53). Sum of RGB (Red+Green+Blue) = 140+250+53=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 250 (98.05% from 255 or 56.43% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFA35 is #7305CA. Grayscale: #C3C3C3. Windows color (decimal): -7538123 or 3537548. OLE color: 3537548.

HSL color Cylindrical-coordinate representation of color #8CFA35: hue angle of 93.5º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CFA35 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB14025053-
CMYK0.4400.790.02
HSL93.5º95.17%59.41%-
HSV(B)93.5º78.8%98.04%-
XYZ45.6474.215.29-
YUV194.6548.0689.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.60%
GREEN value IS 250 (98.05% from 255) = 56.43%
BLUE value IS 53 (21.09% from 255) = 11.96%
R=31.60%
G=56.43%
B=11.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal140250530.4400.790.0293.595.1759.41
Hex8CFA352C04F25e5f3b
Octal21437265540117213613773
Binary1000110011111010110101101100010011111010111101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,250,53); }

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

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

 a { background-color: rgb(140,250,53); }

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

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

 span { border-color: rgb(140,250,53); }

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