Html Css Color HEX #8CF885 Light Green

📋 copy color: '#8CF885'

red 140 ◦ green 248 ◦ blue 133

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

Shades of Light Green #8CF885

Tints of Light Green #8CF885

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.6%

 BLUE value IS 133 (52.34% from 255) = 25.53%

R = 26.87%
G = 47.6%
B = 25.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#8CF885 (or 0x8CF885) is known color: Light Green. HEX triplet: 8C, F8 and 85. RGB value is (140,248,133). Sum of RGB (Red+Green+Blue) = 140+248+133=521 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.87% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF885 is #73077A. Grayscale: #CACACA. Windows color (decimal): -7538555 or 8779916. OLE color: 8779916.

HSL color Cylindrical-coordinate representation of color #8CF885: hue angle of 116.35º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CF885 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 140 248 133 -
CMYK 0.44 0 0.46 0.03
HSL 116.35º 0.89% 0.75% -
HSV(B) 116.35º 0.46% 0.97% -
XYZ 48.62 74.4 33.99 -
YUV 202.6 88.72 83.35 -
System Red Green Blue C M Y K H S L
Decimal 140 248 133 0.44 0 0.46 0.03 116.35 0.89 0.75
Hex 8C F8 85 2C 0 2E 3 74 59 4B
Octal 214 370 205 54 0 56 3 164 131 113
Binary 10001100 11111000 10000101 101100 0 101110 11 1110100 1011001 1001011

Color Harmonies of #8CF885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF885

Black with #8CF885

Text Example


Text Example

White with #8CF885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,248,133); }

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

background-color css

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

 a { background-color: rgb(140,248,133); }

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

border-color css

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

 span { border-color: rgb(140,248,133); }

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