Shades of Fruit Salad #43B253
Tints of Fruit Salad #43B253
RGB
CMYK
RGB Variations
Color information
#43B253 (or 0x43B253) is known color: Fruit Salad. HEX triplet: 43, B2 and 53. RGB value is (67,178,83). Sum of RGB (Red+Green+Blue) = 67+178+83=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 178 (69.92% from 255 or 54.27% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 178 - color contains mainly: green. Hex color #43B253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43B253 is #BC4DAC. Grayscale: #868686. Windows color (decimal): -12340653 or 5485123. OLE color: 5485123.
HSL color Cylindrical-coordinate representation of color #43B253: hue angle of 128.65º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43B253 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 178 | 83 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.30 |
| HSL | 128.65º | 0.45% | 0.48% | - |
| HSV(B) | 128.65º | 0.62% | 0.7% | - |
| XYZ | 19.8 | 33.66 | 13.64 | - |
| YUV | 133.98 | 99.23 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 178 | 83 | 0.62 | 0 | 0.53 | 0.30 | 128.65 | 0.45 | 0.48 |
| Hex | 43 | B2 | 53 | 3E | 0 | 35 | 1E | 81 | 2D | 30 |
| Octal | 103 | 262 | 123 | 76 | 0 | 65 | 36 | 201 | 55 | 60 |
| Binary | 1000011 | 10110010 | 1010011 | 111110 | 0 | 110101 | 11110 | 10000001 | 101101 | 110000 |
Color Harmonies of #43B253
Complementary color
Monochromatic Colors of #43B253
Black with #43B253
Text Example
Text Example
White with #43B253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B253; }
p { color: rgb(67,178,83); }
H1.HeaderClassName
{
color: #43B253;
}
.AnyTagClassName
{
color: #43B253;
}
</style>
background-color css
<style>
a { background-color: #43B253; }
a { background-color: rgb(67,178,83); }
div.DivClassName
{
background-color: #43B253;
}
.BgClassName
{
background-color: #43B253;
}
</style>
border-color css
<style>
span { border-color: #43B253; }
span { border-color: rgb(67,178,83); }
td.TdClassName
{
border-color: #43B253;
}
.TagClassName
{
border-color: #43B253;
}
</style>