Html Css Color HEX #95D630 Yellow Green

📋 copy color: '#95D630'

red 149 ◦ green 214 ◦ blue 48

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

Shades of Yellow Green #95D630

Tints of Yellow Green #95D630

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.07%

 BLUE value IS 48 (19.14% from 255) = 11.68%

R = 36.25%
G = 52.07%
B = 11.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#95D630 (or 0x95D630) is known color: Yellow Green. HEX triplet: 95, D6 and 30. RGB value is (149,214,48). Sum of RGB (Red+Green+Blue) = 149+214+48=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #95D630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D630 is #6A29CF. Grayscale: #B0B0B0. Windows color (decimal): -6957520 or 3200661. OLE color: 3200661.

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

Color convert

RGB 149 214 48 -
CMYK 0.30 0 0.78 0.16
HSL 83.49º 0.67% 0.51% -
HSV(B) 83.49º 0.78% 0.84% -
XYZ 36.97 54.7 11.4 -
YUV 175.64 55.97 109 -
System Red Green Blue C M Y K H S L
Decimal 149 214 48 0.30 0 0.78 0.16 83.49 0.67 0.51
Hex 95 D6 30 1E 0 4E 10 53 43 33
Octal 225 326 60 36 0 116 20 123 103 63
Binary 10010101 11010110 110000 11110 0 1001110 10000 1010011 1000011 110011

Color Harmonies of #95D630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D630

Black with #95D630

Text Example


Text Example

White with #95D630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,214,48); }

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

background-color css

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

 a { background-color: rgb(149,214,48); }

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

border-color css

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

 span { border-color: rgb(149,214,48); }

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