Html Css Color HEX #95FF3F Green Yellow

📋 copy color: '#95FF3F'

red 149 ◦ green 255 ◦ blue 63

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

Shades of Green Yellow #95FF3F

Tints of Green Yellow #95FF3F

RGB

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

 GREEN value IS 255 (100% from 255) = 54.6%

 BLUE value IS 63 (25% from 255) = 13.49%

R = 31.91%
G = 54.6%
B = 13.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#95FF3F (or 0x95FF3F) is known color: Green Yellow. HEX triplet: 95, FF and 3F. RGB value is (149,255,63). Sum of RGB (Red+Green+Blue) = 149+255+63=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95FF3F is #6A00C0. Grayscale: #CACACA. Windows color (decimal): -6947009 or 4194197. OLE color: 4194197.

HSL color Cylindrical-coordinate representation of color #95FF3F: hue angle of 93.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95FF3F is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 149 255 63 -
CMYK 0.42 0 0.75 0
HSL 93.13º 1% 0.62% -
HSV(B) 93.13º 0.75% 1% -
XYZ 49.05 78.27 17.22 -
YUV 201.42 49.88 90.61 -
System Red Green Blue C M Y K H S L
Decimal 149 255 63 0.42 0 0.75 0 93.13 1 0.62
Hex 95 FF 3F 2A 0 4B 0 5D 64 3E
Octal 225 377 77 52 0 113 0 135 144 76
Binary 10010101 11111111 111111 101010 0 1001011 0 1011101 1100100 111110

Color Harmonies of #95FF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FF3F

Black with #95FF3F

Text Example


Text Example

White with #95FF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,255,63); }

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

background-color css

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

 a { background-color: rgb(149,255,63); }

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

border-color css

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

 span { border-color: rgb(149,255,63); }

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