#CBFE60

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

Shades of Mindaro #CBFE60

Tints of Mindaro #CBFE60

Color information

#CBFE60 (or 0xCBFE60) is unknown color: approx Mindaro. HEX triplet: CB, FE and 60. RGB value is (203,254,96). Sum of RGB (Red+Green+Blue) = 203+254+96=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFE60 is #34019F. Grayscale: #DDDDDD. Windows color (decimal): -3408288 or 6356683. OLE color: 6356683.

HSL color Cylindrical-coordinate representation of color #CBFE60: hue angle of 79.37º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBFE60 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB20325496-
CMYK0.2000.620.00
HSL79.37º98.75%68.63%-
HSV(B)79.37º62.2%99.61%-
XYZ62.1884.4224.08-
YUV220.7457.6115.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 254 (99.61% from 255) = 45.93%
BLUE value IS 96 (37.89% from 255) = 17.36%
R=36.71%
G=45.93%
B=17.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal203254960.2000.620.0079.3798.7568.63
HexCBFE601403E04f6345
Octal313376140240760117143105
Binary110010111111111011000001010001111100100111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFE60; }

 p { color: rgb(203,254,96); }

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

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

 a { background-color: rgb(203,254,96); }

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

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

 span { border-color: rgb(203,254,96); }

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