Html Css Color HEX #9EF650 Conifer

📋 copy color: '#9EF650'

red 158 ◦ green 246 ◦ blue 80

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

Shades of Conifer #9EF650

Tints of Conifer #9EF650

RGB

 RED value IS 158 (62.11% from 255) = 32.64%

 GREEN value IS 246 (96.48% from 255) = 50.83%

 BLUE value IS 80 (31.64% from 255) = 16.53%

R = 32.64%
G = 50.83%
B = 16.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#9EF650 (or 0x9EF650) is known color: Conifer. HEX triplet: 9E, F6 and 50. RGB value is (158,246,80). Sum of RGB (Red+Green+Blue) = 158+246+80=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #9EF650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF650 is #6109AF. Grayscale: #C9C9C9. Windows color (decimal): -6359472 or 5306014. OLE color: 5306014.

HSL color Cylindrical-coordinate representation of color #9EF650: hue angle of 91.81º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EF650 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 158 246 80 -
CMYK 0.36 0 0.67 0.04
HSL 91.81º 0.9% 0.64% -
HSV(B) 91.81º 0.67% 0.96% -
XYZ 48.5 73.76 19.27 -
YUV 200.76 59.85 97.5 -
System Red Green Blue C M Y K H S L
Decimal 158 246 80 0.36 0 0.67 0.04 91.81 0.9 0.64
Hex 9E F6 50 24 0 43 4 5C 5A 40
Octal 236 366 120 44 0 103 4 134 132 100
Binary 10011110 11110110 1010000 100100 0 1000011 100 1011100 1011010 1000000

Color Harmonies of #9EF650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF650

Black with #9EF650

Text Example


Text Example

White with #9EF650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EF650; }

 p { color: rgb(158,246,80); }

 H1.HeaderClassName
 {
   color: #9EF650;
 }
 .AnyTagClassName
 {
   color: #9EF650;
 }
</style>

background-color css

<style>
 a { background-color: #9EF650; }

 a { background-color: rgb(158,246,80); }

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

border-color css

<style>
 span { border-color: #9EF650; }

 span { border-color: rgb(158,246,80); }

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