Html Css Color HEX #95EF32 Green Yellow

📋 copy color: '#95EF32'

red 149 ◦ green 239 ◦ blue 50

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

Shades of Green Yellow #95EF32

Tints of Green Yellow #95EF32

RGB

 RED value IS 149 (58.59% from 255) = 34.02%

 GREEN value IS 239 (93.75% from 255) = 54.57%

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

R = 34.02%
G = 54.57%
B = 11.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#95EF32 (or 0x95EF32) is known color: Green Yellow. HEX triplet: 95, EF and 32. RGB value is (149,239,50). Sum of RGB (Red+Green+Blue) = 149+239+50=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #95EF32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95EF32 is #6A10CD. Grayscale: #BFBFBF. Windows color (decimal): -6951118 or 3338133. OLE color: 3338133.

HSL color Cylindrical-coordinate representation of color #95EF32: hue angle of 88.57º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95EF32 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 239 50 -
CMYK 0.38 0 0.79 0.06
HSL 88.57º 0.86% 0.57% -
HSV(B) 88.57º 0.79% 0.94% -
XYZ 43.84 68.35 13.9 -
YUV 190.54 48.68 98.37 -
System Red Green Blue C M Y K H S L
Decimal 149 239 50 0.38 0 0.79 0.06 88.57 0.86 0.57
Hex 95 EF 32 26 0 4F 6 59 56 39
Octal 225 357 62 46 0 117 6 131 126 71
Binary 10010101 11101111 110010 100110 0 1001111 110 1011001 1010110 111001

Color Harmonies of #95EF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EF32

Black with #95EF32

Text Example


Text Example

White with #95EF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95EF32; }

 p { color: rgb(149,239,50); }

 H1.HeaderClassName
 {
   color: #95EF32;
 }
 .AnyTagClassName
 {
   color: #95EF32;
 }
</style>

background-color css

<style>
 a { background-color: #95EF32; }

 a { background-color: rgb(149,239,50); }

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

border-color css

<style>
 span { border-color: #95EF32; }

 span { border-color: rgb(149,239,50); }

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