#CCF74D

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

Shades of Pear #CCF74D

Tints of Pear #CCF74D

Color information

#CCF74D (or 0xCCF74D) is unknown color: approx Pear. HEX triplet: CC, F7 and 4D. RGB value is (204,247,77). Sum of RGB (Red+Green+Blue) = 204+247+77=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF74D is #3308B2. Grayscale: #D7D7D7. Windows color (decimal): -3344563 or 5109708. OLE color: 5109708.

HSL color Cylindrical-coordinate representation of color #CCF74D: hue angle of 75.18º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCF74D is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB20424777-
CMYK0.1700.690.03
HSL75.18º91.4%63.53%-
HSV(B)75.18º68.83%96.86%-
XYZ59.579.8919.31-
YUV214.7650.25120.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 247 (96.88% from 255) = 46.78%
BLUE value IS 77 (30.47% from 255) = 14.58%
R=38.64%
G=46.78%
B=14.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal204247770.1700.690.0375.1891.463.53
HexCCF74D1104534b5b40
Octal3143671152101053113133100
Binary11001100111101111001101100010100010111100101110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF74D; }

 p { color: rgb(204,247,77); }

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

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

 a { background-color: rgb(204,247,77); }

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

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

 span { border-color: rgb(204,247,77); }

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