#CBFF5D

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

Shades of Mindaro #CBFF5D

Tints of Mindaro #CBFF5D

Color information

#CBFF5D (or 0xCBFF5D) is unknown color: approx Mindaro. HEX triplet: CB, FF and 5D. RGB value is (203,255,93). Sum of RGB (Red+Green+Blue) = 203+255+93=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFF5D is #3400A2. Grayscale: #DDDDDD. Windows color (decimal): -3408035 or 6160331. OLE color: 6160331.

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

Color convert

RGB20325593-
CMYK0.2000.640
HSL79.26º100%68.24%-
HSV(B)79.26º63.53%100%-
XYZ62.3685.0123.48-
YUV220.9855.77115.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 93 (36.72% from 255) = 16.88%
R=36.84%
G=46.28%
B=16.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal203255930.2000.64079.2610068.24
HexCBFF5D1404004f6444
Octal3133771352401000117144104
Binary1100101111111111101110110100010000000100111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFF5D; }

 p { color: rgb(203,255,93); }

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

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

 a { background-color: rgb(203,255,93); }

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

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

 span { border-color: rgb(203,255,93); }

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