Html Css Color HEX #95D521 Yellow Green

📋 copy color: '#95D521'

red 149 ◦ green 213 ◦ blue 33

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

Shades of Yellow Green #95D521

Tints of Yellow Green #95D521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.35%

R = 37.72%
G = 53.92%
B = 8.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#95D521 (or 0x95D521) is known color: Yellow Green. HEX triplet: 95, D5 and 21. RGB value is (149,213,33). Sum of RGB (Red+Green+Blue) = 149+213+33=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #95D521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D521 is #6A2ADE. Grayscale: #ADADAD. Windows color (decimal): -6957791 or 2217365. OLE color: 2217365.

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

Color convert

RGB 149 213 33 -
CMYK 0.30 0 0.85 0.16
HSL 81.33º 0.73% 0.48% -
HSV(B) 81.33º 0.85% 0.84% -
XYZ 36.46 54.09 9.96 -
YUV 173.34 48.8 110.64 -
System Red Green Blue C M Y K H S L
Decimal 149 213 33 0.30 0 0.85 0.16 81.33 0.73 0.48
Hex 95 D5 21 1E 0 55 10 51 49 30
Octal 225 325 41 36 0 125 20 121 111 60
Binary 10010101 11010101 100001 11110 0 1010101 10000 1010001 1001001 110000

Color Harmonies of #95D521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D521

Black with #95D521

Text Example


Text Example

White with #95D521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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