Html Css Color HEX #95C62A Yellow Green

📋 copy color: '#95C62A'

red 149 ◦ green 198 ◦ blue 42

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

Shades of Yellow Green #95C62A

Tints of Yellow Green #95C62A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.8%

R = 38.3%
G = 50.9%
B = 10.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#95C62A (or 0x95C62A) is known color: Yellow Green. HEX triplet: 95, C6 and 2A. RGB value is (149,198,42). Sum of RGB (Red+Green+Blue) = 149+198+42=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #95C62A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C62A is #6A39D5. Grayscale: #A6A6A6. Windows color (decimal): -6961622 or 2803349. OLE color: 2803349.

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

Color convert

RGB 149 198 42 -
CMYK 0.25 0 0.79 0.22
HSL 78.85º 0.65% 0.47% -
HSV(B) 78.85º 0.79% 0.78% -
XYZ 33.01 46.94 9.51 -
YUV 165.57 58.27 116.18 -
System Red Green Blue C M Y K H S L
Decimal 149 198 42 0.25 0 0.79 0.22 78.85 0.65 0.47
Hex 95 C6 2A 19 0 4F 16 4F 41 2F
Octal 225 306 52 31 0 117 26 117 101 57
Binary 10010101 11000110 101010 11001 0 1001111 10110 1001111 1000001 101111

Color Harmonies of #95C62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C62A

Black with #95C62A

Text Example


Text Example

White with #95C62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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