#CCF348

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

Shades of Pear #CCF348

Tints of Pear #CCF348

Color information

#CCF348 (or 0xCCF348) is unknown color: approx Pear. HEX triplet: CC, F3 and 48. RGB value is (204,243,72). Sum of RGB (Red+Green+Blue) = 204+243+72=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF348 is #330CB7. Grayscale: #D4D4D4. Windows color (decimal): -3345592 or 4781004. OLE color: 4781004.

HSL color Cylindrical-coordinate representation of color #CCF348: hue angle of 73.68º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCF348 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB20424372-
CMYK0.1600.700.05
HSL73.68º87.69%61.76%-
HSV(B)73.68º70.37%95.29%-
XYZ58.1277.4118.01-
YUV211.8449.08122.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 243 (95.31% from 255) = 46.82%
BLUE value IS 72 (28.52% from 255) = 13.87%
R=39.31%
G=46.82%
B=13.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal204243720.1600.700.0573.6887.6961.76
HexCCF3481004654a583e
Octal314363110200106511213076
Binary11001100111100111001000100000100011010110010101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF348; }

 p { color: rgb(204,243,72); }

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

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

 a { background-color: rgb(204,243,72); }

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

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

 span { border-color: rgb(204,243,72); }

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