#CCFF40

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

Shades of Pear #CCFF40

Tints of Pear #CCFF40

Color information

#CCFF40 (or 0xCCFF40) is unknown color: approx Pear. HEX triplet: CC, FF and 40. RGB value is (204,255,64). Sum of RGB (Red+Green+Blue) = 204+255+64=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF40 is #3300BF. Grayscale: #DADADA. Windows color (decimal): -3342528 or 4259788. OLE color: 4259788.

HSL color Cylindrical-coordinate representation of color #CCFF40: hue angle of 76.02º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCFF40 is Cyan = 0.2, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB20425564-
CMYK0.200.750
HSL76.02º100%62.55%-
HSV(B)76.02º74.9%100%-
XYZ61.5984.7317.96-
YUV217.9841.1118.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 255 (100% from 255) = 48.76%
BLUE value IS 64 (25.39% from 255) = 12.24%
R=39.01%
G=48.76%
B=12.24%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204255640.200.75076.0210062.55
HexCCFF401404B04c643f
Octal314377100240113011414477
Binary110011001111111110000001010001001011010011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF40; }

 p { color: rgb(204,255,64); }

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

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

 a { background-color: rgb(204,255,64); }

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

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

 span { border-color: rgb(204,255,64); }

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