#CBF556

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

Shades of Mindaro #CBF556

Tints of Mindaro #CBF556

Color information

#CBF556 (or 0xCBF556) is unknown color: approx Mindaro. HEX triplet: CB, F5 and 56. RGB value is (203,245,86). Sum of RGB (Red+Green+Blue) = 203+245+86=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF556 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF556 is #340AA9. Grayscale: #D6D6D6. Windows color (decimal): -3410602 or 5699019. OLE color: 5699019.

HSL color Cylindrical-coordinate representation of color #CBF556: hue angle of 75.85º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBF556 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB20324586-
CMYK0.1700.650.04
HSL75.85º88.83%64.9%-
HSV(B)75.85º64.9%96.08%-
XYZ58.9678.6720.88-
YUV214.3255.59119.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 245 (96.09% from 255) = 45.88%
BLUE value IS 86 (33.98% from 255) = 16.10%
R=38.01%
G=45.88%
B=16.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal203245860.1700.650.0475.8588.8364.9
HexCBF5561104144c5941
Octal3133651262101014114131101
Binary110010111111010110101101000101000001100100110010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF556; }

 p { color: rgb(203,245,86); }

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

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

 a { background-color: rgb(203,245,86); }

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

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

 span { border-color: rgb(203,245,86); }

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