#CCF53B

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

Shades of Pear #CCF53B

Tints of Pear #CCF53B

Color information

#CCF53B (or 0xCCF53B) is unknown color: approx Pear. HEX triplet: CC, F5 and 3B. RGB value is (204,245,59). Sum of RGB (Red+Green+Blue) = 204+245+59=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 59 (23.44% from 255 or 11.61% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF53B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF53B is #330AC4. Grayscale: #D4D4D4. Windows color (decimal): -3345093 or 3929548. OLE color: 3929548.

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

Color convert

RGB20424559-
CMYK0.1700.760.04
HSL73.23º90.29%59.61%-
HSV(B)73.23º75.92%96.08%-
XYZ58.3478.4616.21-
YUV211.5441.92122.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 245 (96.09% from 255) = 48.23%
BLUE value IS 59 (23.44% from 255) = 11.61%
R=40.16%
G=48.23%
B=11.61%

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
Decimal204245590.1700.760.0473.2390.2959.61
HexCCF53B1104C4495a3c
Octal31436573210114411113274
Binary1100110011110101111011100010100110010010010011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF53B; }

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

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

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

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

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

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

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

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