Html Css Color HEX #8CF940 Green Yellow

📋 copy color: '#8CF940'

red 140 ◦ green 249 ◦ blue 64

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

Shades of Green Yellow #8CF940

Tints of Green Yellow #8CF940

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.97%

 BLUE value IS 64 (25.39% from 255) = 14.13%

R = 30.91%
G = 54.97%
B = 14.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#8CF940 (or 0x8CF940) is known color: Green Yellow. HEX triplet: 8C, F9 and 40. RGB value is (140,249,64). Sum of RGB (Red+Green+Blue) = 140+249+64=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 249 (97.66% from 255 or 54.97% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF940 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF940 is #7306BF. Grayscale: #C3C3C3. Windows color (decimal): -7538368 or 4258188. OLE color: 4258188.

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

Color convert

RGB 140 249 64 -
CMYK 0.44 0 0.74 0.02
HSL 95.35º 0.94% 0.61% -
HSV(B) 95.35º 0.74% 0.98% -
XYZ 45.62 73.7 16.67 -
YUV 195.32 53.89 88.54 -
System Red Green Blue C M Y K H S L
Decimal 140 249 64 0.44 0 0.74 0.02 95.35 0.94 0.61
Hex 8C F9 40 2C 0 4A 2 5F 5E 3D
Octal 214 371 100 54 0 112 2 137 136 75
Binary 10001100 11111001 1000000 101100 0 1001010 10 1011111 1011110 111101

Color Harmonies of #8CF940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF940

Black with #8CF940

Text Example


Text Example

White with #8CF940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,249,64); }

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

background-color css

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

 a { background-color: rgb(140,249,64); }

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

border-color css

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

 span { border-color: rgb(140,249,64); }

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