#CCFC35

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

Shades of Pear #CCFC35

Tints of Pear #CCFC35

Color information

#CCFC35 (or 0xCCFC35) is unknown color: approx Pear. HEX triplet: CC, FC and 35. RGB value is (204,252,53). Sum of RGB (Red+Green+Blue) = 204+252+53=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 53 (21.09% from 255 or 10.41% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC35 is #3303CA. Grayscale: #D7D7D7. Windows color (decimal): -3343307 or 3538124. OLE color: 3538124.

HSL color Cylindrical-coordinate representation of color #CCFC35: hue angle of 74.47º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCFC35 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB20425253-
CMYK0.1900.790.01
HSL74.47º97.07%59.8%-
HSV(B)74.47º78.97%98.82%-
XYZ60.3582.7216.15-
YUV214.9636.6120.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 252 (98.83% from 255) = 49.51%
BLUE value IS 53 (21.09% from 255) = 10.41%
R=40.08%
G=49.51%
B=10.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal204252530.1900.790.0174.4797.0759.8
HexCCFC351304F14a613c
Octal31437465230117111214174
Binary11001100111111001101011001101001111110010101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFC35; }

 p { color: rgb(204,252,53); }

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

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

 a { background-color: rgb(204,252,53); }

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

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

 span { border-color: rgb(204,252,53); }

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