Html Css Color HEX #96FBB2 Pale Green

📋 copy color: '#96FBB2'

red 150 ◦ green 251 ◦ blue 178

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

Shades of Pale Green #96FBB2

Tints of Pale Green #96FBB2

RGB

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

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

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

R = 25.91%
G = 43.35%
B = 30.74%

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

#96FBB2 (or 0x96FBB2) is known color: Pale Green. HEX triplet: 96, FB and B2. RGB value is (150,251,178). Sum of RGB (Red+Green+Blue) = 150+251+178=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FBB2 is #69044D. Grayscale: #D4D4D4. Windows color (decimal): -6882382 or 11729814. OLE color: 11729814.

HSL color Cylindrical-coordinate representation of color #96FBB2: hue angle of 136.63º 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 #96FBB2 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 251 178 -
CMYK 0.40 0 0.29 0.02
HSL 136.63º 0.93% 0.79% -
HSV(B) 136.63º 0.4% 0.98% -
XYZ 55.11 78.69 54.4 -
YUV 212.48 108.54 83.44 -
System Red Green Blue C M Y K H S L
Decimal 150 251 178 0.40 0 0.29 0.02 136.63 0.93 0.79
Hex 96 FB B2 28 0 1D 2 89 5D 4F
Octal 226 373 262 50 0 35 2 211 135 117
Binary 10010110 11111011 10110010 101000 0 11101 10 10001001 1011101 1001111

Color Harmonies of #96FBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FBB2

Black with #96FBB2

Text Example


Text Example

White with #96FBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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