Html Css Color HEX #8EF255 Conifer

📋 copy color: '#8EF255'

red 142 ◦ green 242 ◦ blue 85

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

Shades of Conifer #8EF255

Tints of Conifer #8EF255

RGB

 RED value IS 142 (55.86% from 255) = 30.28%

 GREEN value IS 242 (94.92% from 255) = 51.6%

 BLUE value IS 85 (33.59% from 255) = 18.12%

R = 30.28%
G = 51.6%
B = 18.12%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#8EF255 (or 0x8EF255) is known color: Conifer. HEX triplet: 8E, F2 and 55. RGB value is (142,242,85). Sum of RGB (Red+Green+Blue) = 142+242+85=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF255 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF255 is #710DAA. Grayscale: #C2C2C2. Windows color (decimal): -7409067 or 5632654. OLE color: 5632654.

HSL color Cylindrical-coordinate representation of color #8EF255: hue angle of 98.22º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8EF255 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 242 85 -
CMYK 0.41 0 0.65 0.05
HSL 98.22º 0.86% 0.64% -
HSV(B) 98.22º 0.65% 0.95% -
XYZ 44.55 69.91 19.74 -
YUV 194.2 66.37 90.77 -
System Red Green Blue C M Y K H S L
Decimal 142 242 85 0.41 0 0.65 0.05 98.22 0.86 0.64
Hex 8E F2 55 29 0 41 5 62 56 40
Octal 216 362 125 51 0 101 5 142 126 100
Binary 10001110 11110010 1010101 101001 0 1000001 101 1100010 1010110 1000000

Color Harmonies of #8EF255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EF255

Black with #8EF255

Text Example


Text Example

White with #8EF255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,242,85); }

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

background-color css

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

 a { background-color: rgb(142,242,85); }

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

border-color css

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

 span { border-color: rgb(142,242,85); }

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