#CCF530

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

Shades of Pear #CCF530

Tints of Pear #CCF530

Color information

#CCF530 (or 0xCCF530) is unknown color: approx Pear. HEX triplet: CC, F5 and 30. RGB value is (204,245,48). Sum of RGB (Red+Green+Blue) = 204+245+48=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF530 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF530 is #330ACF. Grayscale: #D3D3D3. Windows color (decimal): -3345104 or 3208652. OLE color: 3208652.

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

Color convert

RGB20424548-
CMYK0.1700.800.04
HSL72.49º90.78%57.45%-
HSV(B)72.49º80.41%96.08%-
XYZ58.0978.3614.86-
YUV210.2836.42123.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 245 (96.09% from 255) = 49.30%
BLUE value IS 48 (19.14% from 255) = 9.66%
R=41.05%
G=49.30%
B=9.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal204245480.1700.800.0472.4990.7857.45
HexCCF530110504485b39
Octal31436560210120411013371
Binary1100110011110101110000100010101000010010010001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF530; }

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

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

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

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

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

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

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

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