Html Css Color HEX #95FB8E Pale Green

📋 copy color: '#95FB8E'

red 149 ◦ green 251 ◦ blue 142

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

Shades of Pale Green #95FB8E

Tints of Pale Green #95FB8E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.31%

 BLUE value IS 142 (55.86% from 255) = 26.2%

R = 27.49%
G = 46.31%
B = 26.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#95FB8E (or 0x95FB8E) is known color: Pale Green. HEX triplet: 95, FB and 8E. RGB value is (149,251,142). Sum of RGB (Red+Green+Blue) = 149+251+142=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #95FB8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FB8E is #6A0471. Grayscale: #D0D0D0. Windows color (decimal): -6947954 or 9370517. OLE color: 9370517.

HSL color Cylindrical-coordinate representation of color #95FB8E: hue angle of 116.15º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95FB8E is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 251 142 -
CMYK 0.41 0 0.43 0.02
HSL 116.15º 0.93% 0.77% -
HSV(B) 116.15º 0.43% 0.98% -
XYZ 51.77 77.34 37.79 -
YUV 208.08 90.71 85.86 -
System Red Green Blue C M Y K H S L
Decimal 149 251 142 0.41 0 0.43 0.02 116.15 0.93 0.77
Hex 95 FB 8E 29 0 2B 2 74 5D 4D
Octal 225 373 216 51 0 53 2 164 135 115
Binary 10010101 11111011 10001110 101001 0 101011 10 1110100 1011101 1001101

Color Harmonies of #95FB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FB8E

Black with #95FB8E

Text Example


Text Example

White with #95FB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,251,142); }

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

background-color css

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

 a { background-color: rgb(149,251,142); }

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

border-color css

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

 span { border-color: rgb(149,251,142); }

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