Html Css Color HEX #B2FDC5 Granny Apple

📋 copy color: '#B2FDC5'

red 178 ◦ green 253 ◦ blue 197

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

Shades of Granny Apple #B2FDC5

Tints of Granny Apple #B2FDC5

RGB

 RED value IS 178 (69.92% from 255) = 28.34%

 GREEN value IS 253 (99.22% from 255) = 40.29%

 BLUE value IS 197 (77.34% from 255) = 31.37%

R = 28.34%
G = 40.29%
B = 31.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#B2FDC5 (or 0xB2FDC5) is known color: Granny Apple. HEX triplet: B2, FD and C5. RGB value is (178,253,197). Sum of RGB (Red+Green+Blue) = 178+253+197=628 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.34% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FDC5 is #4D023A. Grayscale: #E0E0E0. Windows color (decimal): -5046843 or 12975538. OLE color: 12975538.

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

Color convert

RGB 178 253 197 -
CMYK 0.30 0 0.22 0.01
HSL 135.2º 0.95% 0.85% -
HSV(B) 135.2º 0.3% 0.99% -
XYZ 63.56 83.75 65.64 -
YUV 224.19 112.65 95.05 -
System Red Green Blue C M Y K H S L
Decimal 178 253 197 0.30 0 0.22 0.01 135.2 0.95 0.85
Hex B2 FD C5 1E 0 16 1 87 5F 55
Octal 262 375 305 36 0 26 1 207 137 125
Binary 10110010 11111101 11000101 11110 0 10110 1 10000111 1011111 1010101

Color Harmonies of #B2FDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FDC5

Black with #B2FDC5

Text Example


Text Example

White with #B2FDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FDC5; }

 p { color: rgb(178,253,197); }

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

background-color css

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

 a { background-color: rgb(178,253,197); }

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

border-color css

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

 span { border-color: rgb(178,253,197); }

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