Html Css Color HEX #95C021 Yellow Green

📋 copy color: '#95C021'

red 149 ◦ green 192 ◦ blue 33

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

Shades of Yellow Green #95C021

Tints of Yellow Green #95C021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.34%

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

R = 39.84%
G = 51.34%
B = 8.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#95C021 (or 0x95C021) is known color: Yellow Green. HEX triplet: 95, C0 and 21. RGB value is (149,192,33). Sum of RGB (Red+Green+Blue) = 149+192+33=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #95C021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C021 is #6A3FDE. Grayscale: #A1A1A1. Windows color (decimal): -6963167 or 2211989. OLE color: 2211989.

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

Color convert

RGB 149 192 33 -
CMYK 0.22 0 0.83 0.25
HSL 76.23º 0.71% 0.44% -
HSV(B) 76.23º 0.83% 0.75% -
XYZ 31.52 44.2 8.31 -
YUV 161.02 55.75 119.43 -
System Red Green Blue C M Y K H S L
Decimal 149 192 33 0.22 0 0.83 0.25 76.23 0.71 0.44
Hex 95 C0 21 16 0 53 19 4C 47 2C
Octal 225 300 41 26 0 123 31 114 107 54
Binary 10010101 11000000 100001 10110 0 1010011 11001 1001100 1000111 101100

Color Harmonies of #95C021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C021

Black with #95C021

Text Example


Text Example

White with #95C021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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