Html Css Color HEX #95F949 Green Yellow

📋 copy color: '#95F949'

red 149 ◦ green 249 ◦ blue 73

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

Shades of Green Yellow #95F949

Tints of Green Yellow #95F949

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.87%

 BLUE value IS 73 (28.91% from 255) = 15.5%

R = 31.63%
G = 52.87%
B = 15.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#95F949 (or 0x95F949) is known color: Green Yellow. HEX triplet: 95, F9 and 49. RGB value is (149,249,73). Sum of RGB (Red+Green+Blue) = 149+249+73=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 249 (97.66% from 255 or 52.87% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 249 - color contains mainly: green. Hex color #95F949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95F949 is #6A06B6. Grayscale: #C7C7C7. Windows color (decimal): -6948535 or 4848021. OLE color: 4848021.

HSL color Cylindrical-coordinate representation of color #95F949: hue angle of 94.09º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95F949 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 249 73 -
CMYK 0.40 0 0.71 0.02
HSL 94.09º 0.94% 0.63% -
HSV(B) 94.09º 0.71% 0.98% -
XYZ 47.47 74.62 18.2 -
YUV 199.04 56.87 92.31 -
System Red Green Blue C M Y K H S L
Decimal 149 249 73 0.40 0 0.71 0.02 94.09 0.94 0.63
Hex 95 F9 49 28 0 47 2 5E 5E 3F
Octal 225 371 111 50 0 107 2 136 136 77
Binary 10010101 11111001 1001001 101000 0 1000111 10 1011110 1011110 111111

Color Harmonies of #95F949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F949

Black with #95F949

Text Example


Text Example

White with #95F949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,249,73); }

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

background-color css

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

 a { background-color: rgb(149,249,73); }

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

border-color css

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

 span { border-color: rgb(149,249,73); }

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