Html Css Color HEX #95F8B2 Pale Green

📋 copy color: '#95F8B2'

red 149 ◦ green 248 ◦ blue 178

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

Shades of Pale Green #95F8B2

Tints of Pale Green #95F8B2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.13%

 BLUE value IS 178 (69.92% from 255) = 30.96%

R = 25.91%
G = 43.13%
B = 30.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#95F8B2 (or 0x95F8B2) is known color: Pale Green. HEX triplet: 95, F8 and B2. RGB value is (149,248,178). Sum of RGB (Red+Green+Blue) = 149+248+178=575 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.91% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #95F8B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F8B2 is #6A074D. Grayscale: #D2D2D2. Windows color (decimal): -6948686 or 11729045. OLE color: 11729045.

HSL color Cylindrical-coordinate representation of color #95F8B2: hue angle of 137.58º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F8B2 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 248 178 -
CMYK 0.40 0 0.28 0.03
HSL 137.58º 0.88% 0.78% -
HSV(B) 137.58º 0.4% 0.97% -
XYZ 54 76.74 54.09 -
YUV 210.42 109.7 84.19 -
System Red Green Blue C M Y K H S L
Decimal 149 248 178 0.40 0 0.28 0.03 137.58 0.88 0.78
Hex 95 F8 B2 28 0 1C 3 8A 58 4E
Octal 225 370 262 50 0 34 3 212 130 116
Binary 10010101 11111000 10110010 101000 0 11100 11 10001010 1011000 1001110

Color Harmonies of #95F8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F8B2

Black with #95F8B2

Text Example


Text Example

White with #95F8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,248,178); }

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

background-color css

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

 a { background-color: rgb(149,248,178); }

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

border-color css

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

 span { border-color: rgb(149,248,178); }

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