#CCF045

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

Shades of Pear #CCF045

Tints of Pear #CCF045

Color information

#CCF045 (or 0xCCF045) is unknown color: approx Pear. HEX triplet: CC, F0 and 45. RGB value is (204,240,69). Sum of RGB (Red+Green+Blue) = 204+240+69=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 69 (27.34% from 255 or 13.45% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF045 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF045 is #330FBA. Grayscale: #D2D2D2. Windows color (decimal): -3346363 or 4583628. OLE color: 4583628.

HSL color Cylindrical-coordinate representation of color #CCF045: hue angle of 72.63º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCF045 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB20424069-
CMYK0.1500.710.06
HSL72.63º85.07%60.59%-
HSV(B)72.63º71.25%94.12%-
XYZ57.1475.5917.21-
YUV209.7448.57123.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 240 (94.14% from 255) = 46.78%
BLUE value IS 69 (27.34% from 255) = 13.45%
R=39.77%
G=46.78%
B=13.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal204240690.1500.710.0672.6385.0760.59
HexCCF045F047649553d
Octal314360105170107611112575
Binary1100110011110000100010111110100011111010010011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF045; }

 p { color: rgb(204,240,69); }

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

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

 a { background-color: rgb(204,240,69); }

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

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

 span { border-color: rgb(204,240,69); }

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