#95C02B

Color #95C02B Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #95C02B

Tints of Yellow Green #95C02B

Color information

#95C02B (or 0x95C02B) is unknown color: approx Yellow Green. HEX triplet: 95, C0 and 2B. RGB value is (149,192,43). Sum of RGB (Red+Green+Blue) = 149+192+43=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #95C02B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C02B is #6A3FD4. Grayscale: #A2A2A2. Windows color (decimal): -6963157 or 2867349. OLE color: 2867349.

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

Color convert

RGB14919243-
CMYK0.2200.780.25
HSL77.32º63.4%46.08%-
HSV(B)77.32º77.6%75.29%-
XYZ31.6844.269.16-
YUV162.1660.75118.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 192 (75.39% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 11.20%
R=38.80%
G=50%
B=11.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149192430.2200.780.2577.3263.446.08
Hex95C02B1604E194d3f2e
Octal22530053260116311157756
Binary10010101110000001010111011001001110110011001101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95C02B;
 }
 .AnyTagClassName
 {
   color: #95C02B;
 }
</style>
background-color css

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

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

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

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

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

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