Html Css Color HEX #95F985 Light Green

📋 copy color: '#95F985'

red 149 ◦ green 249 ◦ blue 133

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

Shades of Light Green #95F985

Tints of Light Green #95F985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.05%

R = 28.06%
G = 46.89%
B = 25.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#95F985 (or 0x95F985) is known color: Light Green. HEX triplet: 95, F9 and 85. RGB value is (149,249,133). Sum of RGB (Red+Green+Blue) = 149+249+133=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #95F985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F985 is #6A067A. Grayscale: #CECECE. Windows color (decimal): -6948475 or 8780181. OLE color: 8780181.

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

Color convert

RGB 149 249 133 -
CMYK 0.40 0 0.47 0.02
HSL 111.72º 0.91% 0.75% -
HSV(B) 111.72º 0.47% 0.98% -
XYZ 50.5 75.83 34.17 -
YUV 205.88 86.87 87.43 -
System Red Green Blue C M Y K H S L
Decimal 149 249 133 0.40 0 0.47 0.02 111.72 0.91 0.75
Hex 95 F9 85 28 0 2F 2 70 5B 4B
Octal 225 371 205 50 0 57 2 160 133 113
Binary 10010101 11111001 10000101 101000 0 101111 10 1110000 1011011 1001011

Color Harmonies of #95F985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F985

Black with #95F985

Text Example


Text Example

White with #95F985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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