#CCFB40

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

Shades of Pear #CCFB40

Tints of Pear #CCFB40

Color information

#CCFB40 (or 0xCCFB40) is unknown color: approx Pear. HEX triplet: CC, FB and 40. RGB value is (204,251,64). Sum of RGB (Red+Green+Blue) = 204+251+64=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 64 (25.39% from 255 or 12.33% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFB40 is #3304BF. Grayscale: #D8D8D8. Windows color (decimal): -3343552 or 4258764. OLE color: 4258764.

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

Color convert

RGB20425164-
CMYK0.1900.750.02
HSL75.08º95.9%61.76%-
HSV(B)75.08º74.5%98.43%-
XYZ60.3282.217.54-
YUV215.6342.43119.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 251 (98.44% from 255) = 48.36%
BLUE value IS 64 (25.39% from 255) = 12.33%
R=39.31%
G=48.36%
B=12.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal204251640.1900.750.0275.0895.961.76
HexCCFB401304B24b603e
Octal314373100230113211314076
Binary1100110011111011100000010011010010111010010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFB40; }

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

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

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

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

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

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

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

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