#CBF463

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

Shades of Mindaro #CBF463

Tints of Mindaro #CBF463

Color information

#CBF463 (or 0xCBF463) is unknown color: approx Mindaro. HEX triplet: CB, F4 and 63. RGB value is (203,244,99). Sum of RGB (Red+Green+Blue) = 203+244+99=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 99 (39.06% from 255 or 18.13% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF463 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF463 is #340B9C. Grayscale: #D7D7D7. Windows color (decimal): -3410845 or 6550731. OLE color: 6550731.

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

Color convert

RGB20324499-
CMYK0.1700.590.04
HSL76.97º86.83%67.25%-
HSV(B)76.97º59.43%95.69%-
XYZ59.2378.323.8-
YUV215.2162.42119.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 244 (95.70% from 255) = 44.69%
BLUE value IS 99 (39.06% from 255) = 18.13%
R=37.18%
G=44.69%
B=18.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal203244990.1700.590.0476.9786.8367.25
HexCBF4631103B44d5743
Octal313364143210734115127103
Binary11001011111101001100011100010111011100100110110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF463; }

 p { color: rgb(203,244,99); }

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

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

 a { background-color: rgb(203,244,99); }

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

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

 span { border-color: rgb(203,244,99); }

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