Html Css Color HEX #B4FDC4 Granny Apple

📋 copy color: '#B4FDC4'

red 180 ◦ green 253 ◦ blue 196

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

Shades of Granny Apple #B4FDC4

Tints of Granny Apple #B4FDC4

RGB

 RED value IS 180 (70.7% from 255) = 28.62%

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

 BLUE value IS 196 (76.95% from 255) = 31.16%

R = 28.62%
G = 40.22%
B = 31.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#B4FDC4 (or 0xB4FDC4) is known color: Granny Apple. HEX triplet: B4, FD and C4. RGB value is (180,253,196). Sum of RGB (Red+Green+Blue) = 180+253+196=629 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.62% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FDC4 is #4B023B. Grayscale: #E0E0E0. Windows color (decimal): -4915772 or 12910004. OLE color: 12910004.

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

Color convert

RGB 180 253 196 -
CMYK 0.29 0 0.23 0.01
HSL 133.15º 0.95% 0.85% -
HSV(B) 133.15º 0.29% 0.99% -
XYZ 63.91 83.94 65.06 -
YUV 224.68 111.82 96.13 -
System Red Green Blue C M Y K H S L
Decimal 180 253 196 0.29 0 0.23 0.01 133.15 0.95 0.85
Hex B4 FD C4 1D 0 17 1 85 5F 55
Octal 264 375 304 35 0 27 1 205 137 125
Binary 10110100 11111101 11000100 11101 0 10111 1 10000101 1011111 1010101

Color Harmonies of #B4FDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FDC4

Black with #B4FDC4

Text Example


Text Example

White with #B4FDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FDC4; }

 p { color: rgb(180,253,196); }

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

background-color css

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

 a { background-color: rgb(180,253,196); }

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

border-color css

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

 span { border-color: rgb(180,253,196); }

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