Html Css Color HEX #95ED32 Green Yellow

📋 copy color: '#95ED32'

red 149 ◦ green 237 ◦ blue 50

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

Shades of Green Yellow #95ED32

Tints of Green Yellow #95ED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.36%

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

R = 34.17%
G = 54.36%
B = 11.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#95ED32 (or 0x95ED32) is known color: Green Yellow. HEX triplet: 95, ED and 32. RGB value is (149,237,50). Sum of RGB (Red+Green+Blue) = 149+237+50=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 237 (92.97% from 255 or 54.36% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 237 - color contains mainly: green. Hex color #95ED32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95ED32 is #6A12CD. Grayscale: #BEBEBE. Windows color (decimal): -6951630 or 3337621. OLE color: 3337621.

HSL color Cylindrical-coordinate representation of color #95ED32: hue angle of 88.24º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95ED32 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 237 50 -
CMYK 0.37 0 0.79 0.07
HSL 88.24º 0.84% 0.56% -
HSV(B) 88.24º 0.79% 0.93% -
XYZ 43.25 67.19 13.71 -
YUV 189.37 49.35 99.21 -
System Red Green Blue C M Y K H S L
Decimal 149 237 50 0.37 0 0.79 0.07 88.24 0.84 0.56
Hex 95 ED 32 25 0 4F 7 58 54 38
Octal 225 355 62 45 0 117 7 130 124 70
Binary 10010101 11101101 110010 100101 0 1001111 111 1011000 1010100 111000

Color Harmonies of #95ED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ED32

Black with #95ED32

Text Example


Text Example

White with #95ED32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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