Html Css Color HEX #B4FEB3 Celadon

📋 copy color: '#B4FEB3'

red 180 ◦ green 254 ◦ blue 179

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

Shades of Celadon #B4FEB3

Tints of Celadon #B4FEB3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.44%

 BLUE value IS 179 (70.31% from 255) = 29.2%

R = 29.36%
G = 41.44%
B = 29.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#B4FEB3 (or 0xB4FEB3) is known color: Celadon. HEX triplet: B4, FE and B3. RGB value is (180,254,179). Sum of RGB (Red+Green+Blue) = 180+254+179=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 179 (70.31% from 255 or 29.20% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FEB3 is #4B014C. Grayscale: #DFDFDF. Windows color (decimal): -4915533 or 11796148. OLE color: 11796148.

HSL color Cylindrical-coordinate representation of color #B4FEB3: hue angle of 119.2º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4FEB3 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 254 179 -
CMYK 0.29 0 0.30 0.00
HSL 119.2º 0.97% 0.85% -
HSV(B) 119.2º 0.3% 1% -
XYZ 62.4 83.84 55.54 -
YUV 223.32 102.98 97.1 -
System Red Green Blue C M Y K H S L
Decimal 180 254 179 0.29 0 0.30 0.00 119.2 0.97 0.85
Hex B4 FE B3 1D 0 1E 0 77 61 55
Octal 264 376 263 35 0 36 0 167 141 125
Binary 10110100 11111110 10110011 11101 0 11110 0 1110111 1100001 1010101

Color Harmonies of #B4FEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FEB3

Black with #B4FEB3

Text Example


Text Example

White with #B4FEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FEB3; }

 p { color: rgb(180,254,179); }

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

background-color css

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

 a { background-color: rgb(180,254,179); }

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

border-color css

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

 span { border-color: rgb(180,254,179); }

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