#B4F9AF

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

Shades of Celadon #B4F9AF

Tints of Celadon #B4F9AF

Color information

#B4F9AF (or 0xB4F9AF) is unknown color: approx Celadon. HEX triplet: B4, F9 and AF. RGB value is (180,249,175). Sum of RGB (Red+Green+Blue) = 180+249+175=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #B4F9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F9AF is #4B0650. Grayscale: #DCDCDC. Windows color (decimal): -4916817 or 11532724. OLE color: 11532724.

HSL color Cylindrical-coordinate representation of color #B4F9AF: hue angle of 115.95º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4F9AF is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB180249175-
CMYK0.2800.300.02
HSL115.95º86.05%83.14%-
HSV(B)115.95º29.72%97.65%-
XYZ60.4480.5552.92-
YUV219.93102.6499.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.80%
GREEN value IS 249 (97.66% from 255) = 41.23%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=29.80%
G=41.23%
B=28.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802491750.2800.300.02115.9586.0583.14
HexB4F9AF1C01E2745653
Octal264371257340362164126123
Binary1011010011111001101011111110001111010111010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F9AF; }

 p { color: rgb(180,249,175); }

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

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

 a { background-color: rgb(180,249,175); }

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

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

 span { border-color: rgb(180,249,175); }

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