#CCF641

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

Shades of Pear #CCF641

Tints of Pear #CCF641

Color information

#CCF641 (or 0xCCF641) is unknown color: approx Pear. HEX triplet: CC, F6 and 41. RGB value is (204,246,65). Sum of RGB (Red+Green+Blue) = 204+246+65=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF641 is #3309BE. Grayscale: #D5D5D5. Windows color (decimal): -3344831 or 4323020. OLE color: 4323020.

HSL color Cylindrical-coordinate representation of color #CCF641: hue angle of 73.92º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCF641 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB20424665-
CMYK0.1700.740.04
HSL73.92º90.95%60.98%-
HSV(B)73.92º73.58%96.47%-
XYZ58.8179.1317.18-
YUV212.8144.59121.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 246 (96.48% from 255) = 47.77%
BLUE value IS 65 (25.78% from 255) = 12.62%
R=39.61%
G=47.77%
B=12.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal204246650.1700.740.0473.9290.9560.98
HexCCF6411104A44a5b3d
Octal314366101210112411213375
Binary11001100111101101000001100010100101010010010101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF641; }

 p { color: rgb(204,246,65); }

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

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

 a { background-color: rgb(204,246,65); }

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

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

 span { border-color: rgb(204,246,65); }

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