Html Css Color HEX #95C32D Yellow Green

📋 copy color: '#95C32D'

red 149 ◦ green 195 ◦ blue 45

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

Shades of Yellow Green #95C32D

Tints of Yellow Green #95C32D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.13%

 BLUE value IS 45 (17.97% from 255) = 11.57%

R = 38.3%
G = 50.13%
B = 11.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#95C32D (or 0x95C32D) is known color: Yellow Green. HEX triplet: 95, C3 and 2D. RGB value is (149,195,45). Sum of RGB (Red+Green+Blue) = 149+195+45=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #95C32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C32D is #6A3CD2. Grayscale: #A4A4A4. Windows color (decimal): -6962387 or 2999189. OLE color: 2999189.

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

Color convert

RGB 149 195 45 -
CMYK 0.24 0 0.77 0.24
HSL 78.4º 0.63% 0.47% -
HSV(B) 78.4º 0.77% 0.76% -
XYZ 32.38 45.61 9.58 -
YUV 164.15 60.76 117.2 -
System Red Green Blue C M Y K H S L
Decimal 149 195 45 0.24 0 0.77 0.24 78.4 0.63 0.47
Hex 95 C3 2D 18 0 4D 18 4E 3E 2F
Octal 225 303 55 30 0 115 30 116 76 57
Binary 10010101 11000011 101101 11000 0 1001101 11000 1001110 111110 101111

Color Harmonies of #95C32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C32D

Black with #95C32D

Text Example


Text Example

White with #95C32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,195,45); }

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

background-color css

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

 a { background-color: rgb(149,195,45); }

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

border-color css

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

 span { border-color: rgb(149,195,45); }

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