#CCF14B

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

Shades of Pear #CCF14B

Tints of Pear #CCF14B

Color information

#CCF14B (or 0xCCF14B) is unknown color: approx Pear. HEX triplet: CC, F1 and 4B. RGB value is (204,241,75). Sum of RGB (Red+Green+Blue) = 204+241+75=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF14B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF14B is #330EB4. Grayscale: #D3D3D3. Windows color (decimal): -3346101 or 4977100. OLE color: 4977100.

HSL color Cylindrical-coordinate representation of color #CCF14B: hue angle of 73.37º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCF14B is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB20424175-
CMYK0.1500.690.05
HSL73.37º85.57%61.96%-
HSV(B)73.37º68.88%94.51%-
XYZ57.6376.2618.34-
YUV211.0151.24123-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 241 (94.53% from 255) = 46.35%
BLUE value IS 75 (29.69% from 255) = 14.42%
R=39.23%
G=46.35%
B=14.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal204241750.1500.690.0573.3785.5761.96
HexCCF14BF045549563e
Octal314361113170105511112676
Binary1100110011110001100101111110100010110110010011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF14B; }

 p { color: rgb(204,241,75); }

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

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

 a { background-color: rgb(204,241,75); }

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

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

 span { border-color: rgb(204,241,75); }

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