Html Css Color HEX #B3F0B3 Celadon

📋 copy color: '#B3F0B3'

red 179 ◦ green 240 ◦ blue 179

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

Shades of Celadon #B3F0B3

Tints of Celadon #B3F0B3

RGB

 RED value IS 179 (70.31% from 255) = 29.93%

 GREEN value IS 240 (94.14% from 255) = 40.13%

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

R = 29.93%
G = 40.13%
B = 29.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#B3F0B3 (or 0xB3F0B3) is known color: Celadon. HEX triplet: B3, F0 and B3. RGB value is (179,240,179). Sum of RGB (Red+Green+Blue) = 179+240+179=598 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.93% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 179 (70.31% from 255 or 29.93% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F0B3 is #4C0F4C. Grayscale: #D6D6D6. Windows color (decimal): -4984653 or 11792563. OLE color: 11792563.

HSL color Cylindrical-coordinate representation of color #B3F0B3: hue angle of 120º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3F0B3 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 240 179 -
CMYK 0.25 0 0.25 0.06
HSL 120º 0.67% 0.82% -
HSV(B) 120º 0.25% 0.94% -
XYZ 57.89 75.16 54.1 -
YUV 214.81 107.79 102.46 -
System Red Green Blue C M Y K H S L
Decimal 179 240 179 0.25 0 0.25 0.06 120 0.67 0.82
Hex B3 F0 B3 19 0 19 6 78 43 52
Octal 263 360 263 31 0 31 6 170 103 122
Binary 10110011 11110000 10110011 11001 0 11001 110 1111000 1000011 1010010

Color Harmonies of #B3F0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F0B3

Black with #B3F0B3

Text Example


Text Example

White with #B3F0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F0B3; }

 p { color: rgb(179,240,179); }

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

background-color css

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

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

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

border-color css

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

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

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