#B5F6B6

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

Shades of Celadon #B5F6B6

Tints of Celadon #B5F6B6

Color information

#B5F6B6 (or 0xB5F6B6) is unknown color: approx Celadon. HEX triplet: B5, F6 and B6. RGB value is (181,246,182). Sum of RGB (Red+Green+Blue) = 181+246+182=609 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.72% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #B5F6B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F6B6 is #4A0949. Grayscale: #DBDBDB. Windows color (decimal): -4852042 or 11990709. OLE color: 11990709.

HSL color Cylindrical-coordinate representation of color #B5F6B6: hue angle of 120.92º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F6B6 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB181246182-
CMYK0.2600.260.04
HSL120.92º78.31%83.73%-
HSV(B)120.92º26.42%96.47%-
XYZ60.4679.1156.34-
YUV219.27106.97100.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.72%
GREEN value IS 246 (96.48% from 255) = 40.39%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=29.72%
G=40.39%
B=29.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1812461820.2600.260.04120.9278.3183.73
HexB5F6B61A01A4794e54
Octal265366266320324171116124
Binary10110101111101101011011011010011010100111100110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F6B6; }

 p { color: rgb(181,246,182); }

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

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

 a { background-color: rgb(181,246,182); }

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

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

 span { border-color: rgb(181,246,182); }

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