Html Css Color HEX #95D52C Yellow Green

📋 copy color: '#95D52C'

red 149 ◦ green 213 ◦ blue 44

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

Shades of Yellow Green #95D52C

Tints of Yellow Green #95D52C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.46%

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

R = 36.7%
G = 52.46%
B = 10.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#95D52C (or 0x95D52C) is known color: Yellow Green. HEX triplet: 95, D5 and 2C. RGB value is (149,213,44). Sum of RGB (Red+Green+Blue) = 149+213+44=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #95D52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D52C is #6A2AD3. Grayscale: #AFAFAF. Windows color (decimal): -6957780 or 2938261. OLE color: 2938261.

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

Color convert

RGB 149 213 44 -
CMYK 0.30 0 0.79 0.16
HSL 82.72º 0.67% 0.5% -
HSV(B) 82.72º 0.79% 0.84% -
XYZ 36.64 54.16 10.91 -
YUV 174.6 54.3 109.74 -
System Red Green Blue C M Y K H S L
Decimal 149 213 44 0.30 0 0.79 0.16 82.72 0.67 0.5
Hex 95 D5 2C 1E 0 4F 10 53 43 32
Octal 225 325 54 36 0 117 20 123 103 62
Binary 10010101 11010101 101100 11110 0 1001111 10000 1010011 1000011 110010

Color Harmonies of #95D52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D52C

Black with #95D52C

Text Example


Text Example

White with #95D52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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