#CBF365

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

Shades of Mindaro #CBF365

Tints of Mindaro #CBF365

Color information

#CBF365 (or 0xCBF365) is unknown color: approx Mindaro. HEX triplet: CB, F3 and 65. RGB value is (203,243,101). Sum of RGB (Red+Green+Blue) = 203+243+101=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF365 is #340C9A. Grayscale: #D7D7D7. Windows color (decimal): -3411099 or 6681547. OLE color: 6681547.

HSL color Cylindrical-coordinate representation of color #CBF365: hue angle of 76.9º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBF365 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB203243101-
CMYK0.1600.580.05
HSL76.9º85.54%67.45%-
HSV(B)76.9º58.44%95.29%-
XYZ59.0377.7424.21-
YUV214.8563.75119.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 243 (95.31% from 255) = 44.42%
BLUE value IS 101 (39.84% from 255) = 18.46%
R=37.11%
G=44.42%
B=18.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032431010.1600.580.0576.985.5467.45
HexCBF3651003A54d5643
Octal313363145200725115126103
Binary11001011111100111100101100000111010101100110110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF365; }

 p { color: rgb(203,243,101); }

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

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

 a { background-color: rgb(203,243,101); }

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

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

 span { border-color: rgb(203,243,101); }

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