#CCED1D

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

Shades of Pear #CCED1D

Tints of Pear #CCED1D

Color information

#CCED1D (or 0xCCED1D) is unknown color: approx Pear. HEX triplet: CC, ED and 1D. RGB value is (204,237,29). Sum of RGB (Red+Green+Blue) = 204+237+29=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 29 (11.72% from 255 or 6.17% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED1D is #3312E2. Grayscale: #CCCCCC. Windows color (decimal): -3347171 or 1961420. OLE color: 1961420.

HSL color Cylindrical-coordinate representation of color #CCED1D: hue angle of 69.52º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCED1D is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB20423729-
CMYK0.1400.880.07
HSL69.52º85.25%52.16%-
HSV(B)69.52º87.76%92.94%-
XYZ55.4173.4912.43-
YUV203.4229.57128.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 237 (92.97% from 255) = 50.43%
BLUE value IS 29 (11.72% from 255) = 6.17%
R=43.40%
G=50.43%
B=6.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204237290.1400.880.0769.5285.2552.16
HexCCED1DE0587465534
Octal31435535160130710612564
Binary11001100111011011110111100101100011110001101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCED1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCED1D; }

 p { color: rgb(204,237,29); }

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

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

 a { background-color: rgb(204,237,29); }

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

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

 span { border-color: rgb(204,237,29); }

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