#B5FCC5

Color #B5FCC5 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #B5FCC5

Tints of Granny Apple #B5FCC5

Color information

#B5FCC5 (or 0xB5FCC5) is unknown color: approx Granny Apple. HEX triplet: B5, FC and C5. RGB value is (181,252,197). Sum of RGB (Red+Green+Blue) = 181+252+197=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCC5 is #4A033A. Grayscale: #E0E0E0. Windows color (decimal): -4850491 or 12975285. OLE color: 12975285.

HSL color Cylindrical-coordinate representation of color #B5FCC5: hue angle of 133.52º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FCC5 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB181252197-
CMYK0.2800.220.01
HSL133.52º92.21%84.9%-
HSV(B)133.52º28.17%98.82%-
XYZ63.9483.4865.57-
YUV224.5112.4896.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.73%
GREEN value IS 252 (98.83% from 255) = 40%
BLUE value IS 197 (77.34% from 255) = 31.27%
R=28.73%
G=40%
B=31.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812521970.2800.220.01133.5292.2184.9
HexB5FCC51C0161865c55
Octal265374305340261206134125
Binary1011010111111100110001011110001011011000011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FCC5; }

 p { color: rgb(181,252,197); }

 H1.HeaderClassName
 {
   color: #B5FCC5;
 }
 .AnyTagClassName
 {
   color: #B5FCC5;
 }
</style>
background-color css

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

 a { background-color: rgb(181,252,197); }

 div.DivClassName
 {
   background-color: #B5FCC5;
 }
 .BgClassName
 {
   background-color: #B5FCC5;
 }
</style>
border-color css

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

 span { border-color: rgb(181,252,197); }

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