#CBFE66

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

Shades of Mindaro #CBFE66

Tints of Mindaro #CBFE66

Color information

#CBFE66 (or 0xCBFE66) is unknown color: approx Mindaro. HEX triplet: CB, FE and 66. RGB value is (203,254,102). Sum of RGB (Red+Green+Blue) = 203+254+102=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 102 (40.23% from 255 or 18.25% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFE66 is #340199. Grayscale: #DDDDDD. Windows color (decimal): -3408282 or 6749899. OLE color: 6749899.

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

Color convert

RGB203254102-
CMYK0.2000.600.00
HSL80.13º98.7%69.8%-
HSV(B)80.13º59.84%99.61%-
XYZ62.4784.5425.6-
YUV221.4260.6114.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 254 (99.61% from 255) = 45.44%
BLUE value IS 102 (40.23% from 255) = 18.25%
R=36.31%
G=45.44%
B=18.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032541020.2000.600.0080.1398.769.8
HexCBFE661403C0506346
Octal313376146240740120143106
Binary110010111111111011001101010001111000101000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFE66; }

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

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

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

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

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

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

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

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