#CCFA40

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

Shades of Pear #CCFA40

Tints of Pear #CCFA40

Color information

#CCFA40 (or 0xCCFA40) is unknown color: approx Pear. HEX triplet: CC, FA and 40. RGB value is (204,250,64). Sum of RGB (Red+Green+Blue) = 204+250+64=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFA40 is #3305BF. Grayscale: #D7D7D7. Windows color (decimal): -3343808 or 4258508. OLE color: 4258508.

HSL color Cylindrical-coordinate representation of color #CCFA40: hue angle of 74.84º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCFA40 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB20425064-
CMYK0.1800.740.02
HSL74.84º94.9%61.57%-
HSV(B)74.84º74.4%98.04%-
XYZ60.0181.5817.43-
YUV215.0442.76120.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 250 (98.05% from 255) = 48.26%
BLUE value IS 64 (25.39% from 255) = 12.36%
R=39.38%
G=48.26%
B=12.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal204250640.1800.740.0274.8494.961.57
HexCCFA401204A24b5f3e
Octal314372100220112211313776
Binary1100110011111010100000010010010010101010010111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA40; }

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

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

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

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

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

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

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

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