Html Css Color HEX #95C02C Yellow Green

📋 copy color: '#95C02C'

red 149 ◦ green 192 ◦ blue 44

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

Shades of Yellow Green #95C02C

Tints of Yellow Green #95C02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.43%

R = 38.7%
G = 49.87%
B = 11.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#95C02C (or 0x95C02C) is known color: Yellow Green. HEX triplet: 95, C0 and 2C. RGB value is (149,192,44). Sum of RGB (Red+Green+Blue) = 149+192+44=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #95C02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C02C is #6A3FD3. Grayscale: #A2A2A2. Windows color (decimal): -6963156 or 2932885. OLE color: 2932885.

HSL color Cylindrical-coordinate representation of color #95C02C: hue angle of 77.43º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95C02C is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 44 -
CMYK 0.22 0 0.77 0.25
HSL 77.43º 0.63% 0.46% -
HSV(B) 77.43º 0.77% 0.75% -
XYZ 31.7 44.27 9.26 -
YUV 162.27 61.25 118.53 -
System Red Green Blue C M Y K H S L
Decimal 149 192 44 0.22 0 0.77 0.25 77.43 0.63 0.46
Hex 95 C0 2C 16 0 4D 19 4D 3F 2E
Octal 225 300 54 26 0 115 31 115 77 56
Binary 10010101 11000000 101100 10110 0 1001101 11001 1001101 111111 101110

Color Harmonies of #95C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C02C

Black with #95C02C

Text Example


Text Example

White with #95C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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