Html Css Color HEX #95C227 Yellow Green

📋 copy color: '#95C227'

red 149 ◦ green 194 ◦ blue 39

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

Shades of Yellow Green #95C227

Tints of Yellow Green #95C227

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.79%

 BLUE value IS 39 (15.63% from 255) = 10.21%

R = 39.01%
G = 50.79%
B = 10.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#95C227 (or 0x95C227) is known color: Yellow Green. HEX triplet: 95, C2 and 27. RGB value is (149,194,39). Sum of RGB (Red+Green+Blue) = 149+194+39=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #95C227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C227 is #6A3DD8. Grayscale: #A3A3A3. Windows color (decimal): -6962649 or 2605717. OLE color: 2605717.

HSL color Cylindrical-coordinate representation of color #95C227: hue angle of 77.42º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95C227 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 194 39 -
CMYK 0.23 0 0.80 0.24
HSL 77.42º 0.67% 0.46% -
HSV(B) 77.42º 0.8% 0.76% -
XYZ 32.05 45.12 8.94 -
YUV 162.88 58.09 118.1 -
System Red Green Blue C M Y K H S L
Decimal 149 194 39 0.23 0 0.80 0.24 77.42 0.67 0.46
Hex 95 C2 27 17 0 50 18 4D 43 2E
Octal 225 302 47 27 0 120 30 115 103 56
Binary 10010101 11000010 100111 10111 0 1010000 11000 1001101 1000011 101110

Color Harmonies of #95C227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C227

Black with #95C227

Text Example


Text Example

White with #95C227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,194,39); }

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

background-color css

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

 a { background-color: rgb(149,194,39); }

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

border-color css

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

 span { border-color: rgb(149,194,39); }

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