#CBFF66

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

Shades of Mindaro #CBFF66

Tints of Mindaro #CBFF66

Color information

#CBFF66 (or 0xCBFF66) is unknown color: approx Mindaro. HEX triplet: CB, FF and 66. RGB value is (203,255,102). Sum of RGB (Red+Green+Blue) = 203+255+102=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 102 (40.23% from 255 or 18.21% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFF66 is #340099. Grayscale: #DEDEDE. Windows color (decimal): -3408026 or 6750155. OLE color: 6750155.

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

Color convert

RGB203255102-
CMYK0.2000.60
HSL80.39º100%70%-
HSV(B)80.39º60%100%-
XYZ62.7985.1825.7-
YUV222.0160.27114.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 255 (100% from 255) = 45.54%
BLUE value IS 102 (40.23% from 255) = 18.21%
R=36.25%
G=45.54%
B=18.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032551020.2000.6080.3910070
HexCBFF661403C0506446
Octal313377146240740120144106
Binary110010111111111111001101010001111000101000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFF66; }

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

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

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

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

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

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

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

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