#CCF92C

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

Shades of Pear #CCF92C

Tints of Pear #CCF92C

Color information

#CCF92C (or 0xCCF92C) is unknown color: approx Pear. HEX triplet: CC, F9 and 2C. RGB value is (204,249,44). Sum of RGB (Red+Green+Blue) = 204+249+44=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 44 (17.58% from 255 or 8.85% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF92C is #3306D3. Grayscale: #D4D4D4. Windows color (decimal): -3344084 or 2947532. OLE color: 2947532.

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

Color convert

RGB20424944-
CMYK0.1800.820.02
HSL73.17º94.47%57.45%-
HSV(B)73.17º82.33%97.65%-
XYZ59.2380.7714.85-
YUV212.1833.09122.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 249 (97.66% from 255) = 50.10%
BLUE value IS 44 (17.58% from 255) = 8.85%
R=41.05%
G=50.10%
B=8.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal204249440.1800.820.0273.1794.4757.45
HexCCF92C120522495e39
Octal31437154220122211113671
Binary110011001111100110110010010010100101010010011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF92C; }

 p { color: rgb(204,249,44); }

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

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

 a { background-color: rgb(204,249,44); }

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

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

 span { border-color: rgb(204,249,44); }

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