#B4F8B1

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

Shades of Celadon #B4F8B1

Tints of Celadon #B4F8B1

Color information

#B4F8B1 (or 0xB4F8B1) is unknown color: approx Celadon. HEX triplet: B4, F8 and B1. RGB value is (180,248,177). Sum of RGB (Red+Green+Blue) = 180+248+177=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F8B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F8B1 is #4B074E. Grayscale: #DBDBDB. Windows color (decimal): -4917071 or 11663540. OLE color: 11663540.

HSL color Cylindrical-coordinate representation of color #B4F8B1: hue angle of 117.46º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4F8B1 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB180248177-
CMYK0.2700.290.03
HSL117.46º83.53%83.33%-
HSV(B)117.46º28.63%97.25%-
XYZ60.3380.0153.86-
YUV219.57103.9799.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.75%
GREEN value IS 248 (97.27% from 255) = 40.99%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=29.75%
G=40.99%
B=29.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1802481770.2700.290.03117.4683.5383.33
HexB4F8B11B01D3755453
Octal264370261330353165124123
Binary1011010011111000101100011101101110111111010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F8B1; }

 p { color: rgb(180,248,177); }

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

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

 a { background-color: rgb(180,248,177); }

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

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

 span { border-color: rgb(180,248,177); }

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