#8CF133

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

Shades of Green Yellow #8CF133

Tints of Green Yellow #8CF133

Color information

#8CF133 (or 0x8CF133) is unknown color: approx Green Yellow. HEX triplet: 8C, F1 and 33. RGB value is (140,241,51). Sum of RGB (Red+Green+Blue) = 140+241+51=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 241 (94.53% from 255 or 55.79% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF133 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF133 is #730ECC. Grayscale: #BDBDBD. Windows color (decimal): -7540429 or 3404172. OLE color: 3404172.

HSL color Cylindrical-coordinate representation of color #8CF133: hue angle of 91.89º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CF133 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB14024151-
CMYK0.4200.790.05
HSL91.89º87.16%57.25%-
HSV(B)91.89º78.84%94.51%-
XYZ42.8768.7314.14-
YUV189.1450.0492.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.41%
GREEN value IS 241 (94.53% from 255) = 55.79%
BLUE value IS 51 (20.31% from 255) = 11.81%
R=32.41%
G=55.79%
B=11.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal140241510.4200.790.0591.8987.1657.25
Hex8CF1332A04F55c5739
Octal21436163520117513412771
Binary10001100111100011100111010100100111110110111001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,241,51); }

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

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

 a { background-color: rgb(140,241,51); }

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

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

 span { border-color: rgb(140,241,51); }

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