Html Css Color HEX #95C42B Yellow Green

📋 copy color: '#95C42B'

red 149 ◦ green 196 ◦ blue 43

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

Shades of Yellow Green #95C42B

Tints of Yellow Green #95C42B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.52%

 BLUE value IS 43 (17.19% from 255) = 11.08%

R = 38.4%
G = 50.52%
B = 11.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#95C42B (or 0x95C42B) is known color: Yellow Green. HEX triplet: 95, C4 and 2B. RGB value is (149,196,43). Sum of RGB (Red+Green+Blue) = 149+196+43=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 196 (76.95% from 255 or 50.52% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 196 - color contains mainly: green. Hex color #95C42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C42B is #6A3BD4. Grayscale: #A5A5A5. Windows color (decimal): -6962133 or 2868373. OLE color: 2868373.

HSL color Cylindrical-coordinate representation of color #95C42B: hue angle of 78.43º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #95C42B is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 196 43 -
CMYK 0.24 0 0.78 0.23
HSL 78.43º 0.64% 0.47% -
HSV(B) 78.43º 0.78% 0.77% -
XYZ 32.57 46.04 9.46 -
YUV 164.51 59.43 116.94 -
System Red Green Blue C M Y K H S L
Decimal 149 196 43 0.24 0 0.78 0.23 78.43 0.64 0.47
Hex 95 C4 2B 18 0 4E 17 4E 40 2F
Octal 225 304 53 30 0 116 27 116 100 57
Binary 10010101 11000100 101011 11000 0 1001110 10111 1001110 1000000 101111

Color Harmonies of #95C42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C42B

Black with #95C42B

Text Example


Text Example

White with #95C42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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