Html Css Color HEX #95D42C Yellow Green

📋 copy color: '#95D42C'

red 149 ◦ green 212 ◦ blue 44

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

Shades of Yellow Green #95D42C

Tints of Yellow Green #95D42C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.35%

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

R = 36.79%
G = 52.35%
B = 10.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#95D42C (or 0x95D42C) is known color: Yellow Green. HEX triplet: 95, D4 and 2C. RGB value is (149,212,44). Sum of RGB (Red+Green+Blue) = 149+212+44=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #95D42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D42C is #6A2BD3. Grayscale: #AEAEAE. Windows color (decimal): -6958036 or 2938005. OLE color: 2938005.

HSL color Cylindrical-coordinate representation of color #95D42C: hue angle of 82.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95D42C is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 212 44 -
CMYK 0.30 0 0.79 0.17
HSL 82.5º 0.66% 0.5% -
HSV(B) 82.5º 0.79% 0.83% -
XYZ 36.39 53.66 10.82 -
YUV 174.01 54.63 110.16 -
System Red Green Blue C M Y K H S L
Decimal 149 212 44 0.30 0 0.79 0.17 82.5 0.66 0.5
Hex 95 D4 2C 1E 0 4F 11 52 42 32
Octal 225 324 54 36 0 117 21 122 102 62
Binary 10010101 11010100 101100 11110 0 1001111 10001 1010010 1000010 110010

Color Harmonies of #95D42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D42C

Black with #95D42C

Text Example


Text Example

White with #95D42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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