#CBFE5D

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

Shades of Mindaro #CBFE5D

Tints of Mindaro #CBFE5D

Color information

#CBFE5D (or 0xCBFE5D) is unknown color: approx Mindaro. HEX triplet: CB, FE and 5D. RGB value is (203,254,93). Sum of RGB (Red+Green+Blue) = 203+254+93=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFE5D is #3401A2. Grayscale: #DCDCDC. Windows color (decimal): -3408291 or 6160075. OLE color: 6160075.

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

Color convert

RGB20325493-
CMYK0.2000.630.00
HSL79.01º98.77%68.04%-
HSV(B)79.01º63.39%99.61%-
XYZ62.0584.3723.37-
YUV220.456.1115.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 254 (99.61% from 255) = 46.18%
BLUE value IS 93 (36.72% from 255) = 16.91%
R=36.91%
G=46.18%
B=16.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal203254930.2000.630.0079.0198.7768.04
HexCBFE5D1403F04f6344
Octal313376135240770117143104
Binary110010111111111010111011010001111110100111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFE5D; }

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

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

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

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

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

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

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

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