Html Css Color HEX #B4FCAF Celadon

📋 copy color: '#B4FCAF'

red 180 ◦ green 252 ◦ blue 175

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

Shades of Celadon #B4FCAF

Tints of Celadon #B4FCAF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.52%

 BLUE value IS 175 (68.75% from 255) = 28.83%

R = 29.65%
G = 41.52%
B = 28.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#B4FCAF (or 0xB4FCAF) is known color: Celadon. HEX triplet: B4, FC and AF. RGB value is (180,252,175). Sum of RGB (Red+Green+Blue) = 180+252+175=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FCAF is #4B0350. Grayscale: #DDDDDD. Windows color (decimal): -4916049 or 11533492. OLE color: 11533492.

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

Color convert

RGB 180 252 175 -
CMYK 0.29 0 0.31 0.01
HSL 116.1º 0.93% 0.84% -
HSV(B) 116.1º 0.31% 0.99% -
XYZ 61.37 82.42 53.23 -
YUV 221.69 101.65 98.26 -
System Red Green Blue C M Y K H S L
Decimal 180 252 175 0.29 0 0.31 0.01 116.1 0.93 0.84
Hex B4 FC AF 1D 0 1F 1 74 5D 54
Octal 264 374 257 35 0 37 1 164 135 124
Binary 10110100 11111100 10101111 11101 0 11111 1 1110100 1011101 1010100

Color Harmonies of #B4FCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FCAF

Black with #B4FCAF

Text Example


Text Example

White with #B4FCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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