Html Css Color HEX #95C635 Yellow Green

📋 copy color: '#95C635'

red 149 ◦ green 198 ◦ blue 53

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

Shades of Yellow Green #95C635

Tints of Yellow Green #95C635

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.5%

 BLUE value IS 53 (21.09% from 255) = 13.25%

R = 37.25%
G = 49.5%
B = 13.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#95C635 (or 0x95C635) is known color: Yellow Green. HEX triplet: 95, C6 and 35. RGB value is (149,198,53). Sum of RGB (Red+Green+Blue) = 149+198+53=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #95C635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C635 is #6A39CA. Grayscale: #A7A7A7. Windows color (decimal): -6961611 or 3524245. OLE color: 3524245.

HSL color Cylindrical-coordinate representation of color #95C635: hue angle of 80.28º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95C635 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 198 53 -
CMYK 0.25 0 0.73 0.22
HSL 80.28º 0.58% 0.49% -
HSV(B) 80.28º 0.73% 0.78% -
XYZ 33.23 47.03 10.7 -
YUV 166.82 63.77 115.29 -
System Red Green Blue C M Y K H S L
Decimal 149 198 53 0.25 0 0.73 0.22 80.28 0.58 0.49
Hex 95 C6 35 19 0 49 16 50 3A 31
Octal 225 306 65 31 0 111 26 120 72 61
Binary 10010101 11000110 110101 11001 0 1001001 10110 1010000 111010 110001

Color Harmonies of #95C635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C635

Black with #95C635

Text Example


Text Example

White with #95C635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,198,53); }

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

background-color css

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

 a { background-color: rgb(149,198,53); }

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

border-color css

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

 span { border-color: rgb(149,198,53); }

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