#CDEF2C

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

Shades of Pear #CDEF2C

Tints of Pear #CDEF2C

Color information

#CDEF2C (or 0xCDEF2C) is unknown color: approx Pear. HEX triplet: CD, EF and 2C. RGB value is (205,239,44). Sum of RGB (Red+Green+Blue) = 205+239+44=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF2C is #3210D3. Grayscale: #CFCFCF. Windows color (decimal): -3281108 or 2944973. OLE color: 2944973.

HSL color Cylindrical-coordinate representation of color #CDEF2C: hue angle of 70.46º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDEF2C is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB20523944-
CMYK0.1400.820.06
HSL70.46º85.9%55.49%-
HSV(B)70.46º81.59%93.73%-
XYZ56.574.8913.86-
YUV206.636.24126.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 239 (93.75% from 255) = 48.98%
BLUE value IS 44 (17.58% from 255) = 9.02%
R=42.01%
G=48.98%
B=9.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal205239440.1400.820.0670.4685.955.49
HexCDEF2CE0526465637
Octal31535754160122610612667
Binary110011011110111110110011100101001011010001101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEF2C; }

 p { color: rgb(205,239,44); }

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

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

 a { background-color: rgb(205,239,44); }

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

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

 span { border-color: rgb(205,239,44); }

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