Html Css Color HEX #9EF232 Green Yellow

📋 copy color: '#9EF232'

red 158 ◦ green 242 ◦ blue 50

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

Shades of Green Yellow #9EF232

Tints of Green Yellow #9EF232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.11%

R = 35.11%
G = 53.78%
B = 11.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#9EF232 (or 0x9EF232) is known color: Green Yellow. HEX triplet: 9E, F2 and 32. RGB value is (158,242,50). Sum of RGB (Red+Green+Blue) = 158+242+50=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF232 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EF232 is #610DCD. Grayscale: #C3C3C3. Windows color (decimal): -6360526 or 3338910. OLE color: 3338910.

HSL color Cylindrical-coordinate representation of color #9EF232: hue angle of 86.25º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9EF232 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 242 50 -
CMYK 0.35 0 0.79 0.05
HSL 86.25º 0.88% 0.57% -
HSV(B) 86.25º 0.79% 0.95% -
XYZ 46.43 71 14.28 -
YUV 195 46.17 101.61 -
System Red Green Blue C M Y K H S L
Decimal 158 242 50 0.35 0 0.79 0.05 86.25 0.88 0.57
Hex 9E F2 32 23 0 4F 5 56 58 39
Octal 236 362 62 43 0 117 5 126 130 71
Binary 10011110 11110010 110010 100011 0 1001111 101 1010110 1011000 111001

Color Harmonies of #9EF232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF232

Black with #9EF232

Text Example


Text Example

White with #9EF232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,242,50); }

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

background-color css

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

 a { background-color: rgb(158,242,50); }

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

border-color css

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

 span { border-color: rgb(158,242,50); }

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