Html Css Color HEX #95DA2C Yellow Green

📋 copy color: '#95DA2C'

red 149 ◦ green 218 ◦ blue 44

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

Shades of Yellow Green #95DA2C

Tints of Yellow Green #95DA2C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.04%

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

R = 36.25%
G = 53.04%
B = 10.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#95DA2C (or 0x95DA2C) is known color: Yellow Green. HEX triplet: 95, DA and 2C. RGB value is (149,218,44). Sum of RGB (Red+Green+Blue) = 149+218+44=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DA2C is #6A25D3. Grayscale: #B2B2B2. Windows color (decimal): -6956500 or 2939541. OLE color: 2939541.

HSL color Cylindrical-coordinate representation of color #95DA2C: hue angle of 83.79º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95DA2C is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 218 44 -
CMYK 0.32 0 0.80 0.15
HSL 83.79º 0.7% 0.51% -
HSV(B) 83.79º 0.8% 0.85% -
XYZ 37.92 56.71 11.33 -
YUV 177.53 52.64 107.65 -
System Red Green Blue C M Y K H S L
Decimal 149 218 44 0.32 0 0.80 0.15 83.79 0.7 0.51
Hex 95 DA 2C 20 0 50 F 54 46 33
Octal 225 332 54 40 0 120 17 124 106 63
Binary 10010101 11011010 101100 100000 0 1010000 1111 1010100 1000110 110011

Color Harmonies of #95DA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DA2C

Black with #95DA2C

Text Example


Text Example

White with #95DA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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