#CCFD2B

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

Shades of Pear #CCFD2B

Tints of Pear #CCFD2B

Color information

#CCFD2B (or 0xCCFD2B) is unknown color: approx Pear. HEX triplet: CC, FD and 2B. RGB value is (204,253,43). Sum of RGB (Red+Green+Blue) = 204+253+43=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 43 (17.19% from 255 or 8.6% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD2B is #3302D4. Grayscale: #D7D7D7. Windows color (decimal): -3343061 or 2883020. OLE color: 2883020.

HSL color Cylindrical-coordinate representation of color #CCFD2B: hue angle of 74º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCFD2B is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB20425343-
CMYK0.1900.830.01
HSL74º98.13%58.04%-
HSV(B)74º83%99.22%-
XYZ60.4683.2615.17-
YUV214.4131.27120.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 253 (99.22% from 255) = 50.6%
BLUE value IS 43 (17.19% from 255) = 8.6%
R=40.8%
G=50.6%
B=8.6%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal204253430.1900.830.017498.1358.04
HexCCFD2B1305314a623a
Octal31437553230123111214272
Binary11001100111111011010111001101010011110010101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFD2B; }

 p { color: rgb(204,253,43); }

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

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

 a { background-color: rgb(204,253,43); }

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

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

 span { border-color: rgb(204,253,43); }

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