Html Css Color HEX #96FBB1 Pale Green

📋 copy color: '#96FBB1'

red 150 ◦ green 251 ◦ blue 177

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

Shades of Pale Green #96FBB1

Tints of Pale Green #96FBB1

RGB

 RED value IS 150 (58.98% from 255) = 25.95%

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

 BLUE value IS 177 (69.53% from 255) = 30.62%

R = 25.95%
G = 43.43%
B = 30.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#96FBB1 (or 0x96FBB1) is known color: Pale Green. HEX triplet: 96, FB and B1. RGB value is (150,251,177). Sum of RGB (Red+Green+Blue) = 150+251+177=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FBB1 is #69044E. Grayscale: #D4D4D4. Windows color (decimal): -6882383 or 11664278. OLE color: 11664278.

HSL color Cylindrical-coordinate representation of color #96FBB1: hue angle of 136.04º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FBB1 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 251 177 -
CMYK 0.40 0 0.29 0.02
HSL 136.04º 0.93% 0.79% -
HSV(B) 136.04º 0.4% 0.98% -
XYZ 55.01 78.65 53.88 -
YUV 212.37 108.04 83.52 -
System Red Green Blue C M Y K H S L
Decimal 150 251 177 0.40 0 0.29 0.02 136.04 0.93 0.79
Hex 96 FB B1 28 0 1D 2 88 5D 4F
Octal 226 373 261 50 0 35 2 210 135 117
Binary 10010110 11111011 10110001 101000 0 11101 10 10001000 1011101 1001111

Color Harmonies of #96FBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FBB1

Black with #96FBB1

Text Example


Text Example

White with #96FBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96FBB1; }

 p { color: rgb(150,251,177); }

 H1.HeaderClassName
 {
   color: #96FBB1;
 }
 .AnyTagClassName
 {
   color: #96FBB1;
 }
</style>

background-color css

<style>
 a { background-color: #96FBB1; }

 a { background-color: rgb(150,251,177); }

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

border-color css

<style>
 span { border-color: #96FBB1; }

 span { border-color: rgb(150,251,177); }

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