#CCF330

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

Shades of Pear #CCF330

Tints of Pear #CCF330

Color information

#CCF330 (or 0xCCF330) is unknown color: approx Pear. HEX triplet: CC, F3 and 30. RGB value is (204,243,48). Sum of RGB (Red+Green+Blue) = 204+243+48=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF330 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF330 is #330CCF. Grayscale: #D1D1D1. Windows color (decimal): -3345616 or 3208140. OLE color: 3208140.

HSL color Cylindrical-coordinate representation of color #CCF330: hue angle of 72º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCF330 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB20424348-
CMYK0.1600.800.05
HSL72º89.04%57.06%-
HSV(B)72º80.25%95.29%-
XYZ57.4977.1514.66-
YUV209.1137.08124.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 243 (95.31% from 255) = 49.09%
BLUE value IS 48 (19.14% from 255) = 9.70%
R=41.21%
G=49.09%
B=9.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal204243480.1600.800.057289.0457.06
HexCCF330100505485939
Octal31436360200120511013171
Binary1100110011110011110000100000101000010110010001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF330; }

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

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

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

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

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

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

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

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