Html Css Color HEX #8FF065 Pastel Green

📋 copy color: '#8FF065'

red 143 ◦ green 240 ◦ blue 101

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

Shades of Pastel Green #8FF065

Tints of Pastel Green #8FF065

RGB

 RED value IS 143 (56.25% from 255) = 29.55%

 GREEN value IS 240 (94.14% from 255) = 49.59%

 BLUE value IS 101 (39.84% from 255) = 20.87%

R = 29.55%
G = 49.59%
B = 20.87%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#8FF065 (or 0x8FF065) is known color: Pastel Green. HEX triplet: 8F, F0 and 65. RGB value is (143,240,101). Sum of RGB (Red+Green+Blue) = 143+240+101=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF065 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FF065 is #700F9A. Grayscale: #C3C3C3. Windows color (decimal): -7344027 or 6680719. OLE color: 6680719.

HSL color Cylindrical-coordinate representation of color #8FF065: hue angle of 101.87º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8FF065 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 240 101 -
CMYK 0.40 0 0.58 0.06
HSL 101.87º 0.82% 0.67% -
HSV(B) 101.87º 0.58% 0.94% -
XYZ 44.84 69.1 23.29 -
YUV 195.15 74.86 90.8 -
System Red Green Blue C M Y K H S L
Decimal 143 240 101 0.40 0 0.58 0.06 101.87 0.82 0.67
Hex 8F F0 65 28 0 3A 6 66 52 43
Octal 217 360 145 50 0 72 6 146 122 103
Binary 10001111 11110000 1100101 101000 0 111010 110 1100110 1010010 1000011

Color Harmonies of #8FF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF065

Black with #8FF065

Text Example


Text Example

White with #8FF065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,240,101); }

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

background-color css

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

 a { background-color: rgb(143,240,101); }

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

border-color css

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

 span { border-color: rgb(143,240,101); }

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