Html Css Color HEX #8CFF3D Green Yellow

📋 copy color: '#8CFF3D'

red 140 ◦ green 255 ◦ blue 61

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

Shades of Green Yellow #8CFF3D

Tints of Green Yellow #8CFF3D

RGB

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

 GREEN value IS 255 (100% from 255) = 55.92%

 BLUE value IS 61 (24.22% from 255) = 13.38%

R = 30.7%
G = 55.92%
B = 13.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#8CFF3D (or 0x8CFF3D) is known color: Green Yellow. HEX triplet: 8C, FF and 3D. RGB value is (140,255,61). Sum of RGB (Red+Green+Blue) = 140+255+61=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFF3D is #7300C2. Grayscale: #C7C7C7. Windows color (decimal): -7536835 or 4063116. OLE color: 4063116.

HSL color Cylindrical-coordinate representation of color #8CFF3D: hue angle of 95.57º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CFF3D is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 140 255 61 -
CMYK 0.45 0 0.76 0
HSL 95.57º 1% 0.62% -
HSV(B) 95.57º 0.76% 1% -
XYZ 47.42 77.43 16.86 -
YUV 198.5 50.4 86.27 -
System Red Green Blue C M Y K H S L
Decimal 140 255 61 0.45 0 0.76 0 95.57 1 0.62
Hex 8C FF 3D 2D 0 4C 0 60 64 3E
Octal 214 377 75 55 0 114 0 140 144 76
Binary 10001100 11111111 111101 101101 0 1001100 0 1100000 1100100 111110

Color Harmonies of #8CFF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFF3D

Black with #8CFF3D

Text Example


Text Example

White with #8CFF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,255,61); }

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

background-color css

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

 a { background-color: rgb(140,255,61); }

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

border-color css

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

 span { border-color: rgb(140,255,61); }

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