Html Css Color HEX #95C027 Yellow Green

📋 copy color: '#95C027'

red 149 ◦ green 192 ◦ blue 39

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

Shades of Yellow Green #95C027

Tints of Yellow Green #95C027

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.53%

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

R = 39.21%
G = 50.53%
B = 10.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#95C027 (or 0x95C027) is known color: Yellow Green. HEX triplet: 95, C0 and 27. RGB value is (149,192,39). Sum of RGB (Red+Green+Blue) = 149+192+39=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 39 (15.62% from 255 or 10.26% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #95C027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C027 is #6A3FD8. Grayscale: #A2A2A2. Windows color (decimal): -6963161 or 2605205. OLE color: 2605205.

HSL color Cylindrical-coordinate representation of color #95C027: hue angle of 76.86º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95C027 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 39 -
CMYK 0.22 0 0.80 0.25
HSL 76.86º 0.66% 0.45% -
HSV(B) 76.86º 0.8% 0.75% -
XYZ 31.61 44.24 8.79 -
YUV 161.7 58.75 118.94 -
System Red Green Blue C M Y K H S L
Decimal 149 192 39 0.22 0 0.80 0.25 76.86 0.66 0.45
Hex 95 C0 27 16 0 50 19 4D 42 2D
Octal 225 300 47 26 0 120 31 115 102 55
Binary 10010101 11000000 100111 10110 0 1010000 11001 1001101 1000010 101101

Color Harmonies of #95C027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C027

Black with #95C027

Text Example


Text Example

White with #95C027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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