#CCF523

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

Shades of Pear #CCF523

Tints of Pear #CCF523

Color information

#CCF523 (or 0xCCF523) is unknown color: approx Pear. HEX triplet: CC, F5 and 23. RGB value is (204,245,35). Sum of RGB (Red+Green+Blue) = 204+245+35=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 35 (14.06% from 255 or 7.23% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF523 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF523 is #330ADC. Grayscale: #D1D1D1. Windows color (decimal): -3345117 or 2356684. OLE color: 2356684.

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

Color convert

RGB20424535-
CMYK0.1700.860.04
HSL71.71º91.3%54.9%-
HSV(B)71.71º85.71%96.08%-
XYZ57.8678.2613.65-
YUV208.829.92124.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 245 (96.09% from 255) = 50.62%
BLUE value IS 35 (14.06% from 255) = 7.23%
R=42.15%
G=50.62%
B=7.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal204245350.1700.860.0471.7191.354.9
HexCCF523110564485b37
Octal31436543210126411013367
Binary1100110011110101100011100010101011010010010001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF523; }

 p { color: rgb(204,245,35); }

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

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

 a { background-color: rgb(204,245,35); }

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

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

 span { border-color: rgb(204,245,35); }

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