#CCF53A

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

Shades of Pear #CCF53A

Tints of Pear #CCF53A

Color information

#CCF53A (or 0xCCF53A) is unknown color: approx Pear. HEX triplet: CC, F5 and 3A. RGB value is (204,245,58). Sum of RGB (Red+Green+Blue) = 204+245+58=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 58 (23.05% from 255 or 11.44% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF53A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF53A is #330AC5. Grayscale: #D4D4D4. Windows color (decimal): -3345094 or 3864012. OLE color: 3864012.

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

Color convert

RGB20424558-
CMYK0.1700.760.04
HSL73.16º90.34%59.41%-
HSV(B)73.16º76.33%96.08%-
XYZ58.3278.4516.07-
YUV211.4241.42122.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 245 (96.09% from 255) = 48.32%
BLUE value IS 58 (23.05% from 255) = 11.44%
R=40.24%
G=48.32%
B=11.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal204245580.1700.760.0473.1690.3459.41
HexCCF53A1104C4495a3b
Octal31436572210114411113273
Binary1100110011110101111010100010100110010010010011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF53A; }

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

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

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

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

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

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

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

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