#CCFD2E

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

Shades of Pear #CCFD2E

Tints of Pear #CCFD2E

Color information

#CCFD2E (or 0xCCFD2E) is unknown color: approx Pear. HEX triplet: CC, FD and 2E. RGB value is (204,253,46). Sum of RGB (Red+Green+Blue) = 204+253+46=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 46 (18.36% from 255 or 9.15% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD2E is #3302D1. Grayscale: #D7D7D7. Windows color (decimal): -3343058 or 3079628. OLE color: 3079628.

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

Color convert

RGB20425346-
CMYK0.1900.820.01
HSL74.2º98.1%58.63%-
HSV(B)74.2º81.82%99.22%-
XYZ60.5283.2915.47-
YUV214.7532.77120.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 253 (99.22% from 255) = 50.30%
BLUE value IS 46 (18.36% from 255) = 9.15%
R=40.56%
G=50.30%
B=9.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal204253460.1900.820.0174.298.158.63
HexCCFD2E1305214a623b
Octal31437556230122111214273
Binary11001100111111011011101001101010010110010101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFD2E; }

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

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

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

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

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

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

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

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