Html Css Color HEX #95F224 Green Yellow

📋 copy color: '#95F224'

red 149 ◦ green 242 ◦ blue 36

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

Shades of Green Yellow #95F224

Tints of Green Yellow #95F224

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.67%

 BLUE value IS 36 (14.45% from 255) = 8.43%

R = 34.89%
G = 56.67%
B = 8.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#95F224 (or 0x95F224) is known color: Green Yellow. HEX triplet: 95, F2 and 24. RGB value is (149,242,36). Sum of RGB (Red+Green+Blue) = 149+242+36=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 242 (94.92% from 255 or 56.67% from 427); Blue value is 36 (14.45% from 255 or 8.43% from 427); Max value from RGB is 242 - color contains mainly: green. Hex color #95F224 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95F224 is #6A0DDB. Grayscale: #BFBFBF. Windows color (decimal): -6950364 or 2421397. OLE color: 2421397.

HSL color Cylindrical-coordinate representation of color #95F224: hue angle of 87.09º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95F224 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 242 36 -
CMYK 0.38 0 0.85 0.05
HSL 87.09º 0.89% 0.55% -
HSV(B) 87.09º 0.85% 0.95% -
XYZ 44.47 70.02 12.84 -
YUV 190.71 40.69 98.25 -
System Red Green Blue C M Y K H S L
Decimal 149 242 36 0.38 0 0.85 0.05 87.09 0.89 0.55
Hex 95 F2 24 26 0 55 5 57 59 37
Octal 225 362 44 46 0 125 5 127 131 67
Binary 10010101 11110010 100100 100110 0 1010101 101 1010111 1011001 110111

Color Harmonies of #95F224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F224

Black with #95F224

Text Example


Text Example

White with #95F224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,242,36); }

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

background-color css

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

 a { background-color: rgb(149,242,36); }

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

border-color css

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

 span { border-color: rgb(149,242,36); }

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