#CDD42E

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

Shades of Bitter Lemon #CDD42E

Tints of Bitter Lemon #CDD42E

Color information

#CDD42E (or 0xCDD42E) is unknown color: approx Bitter Lemon. HEX triplet: CD, D4 and 2E. RGB value is (205,212,46). Sum of RGB (Red+Green+Blue) = 205+212+46=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 46 (18.36% from 255 or 9.94% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD42E is #322BD1. Grayscale: #BFBFBF. Windows color (decimal): -3288018 or 3069133. OLE color: 3069133.

HSL color Cylindrical-coordinate representation of color #CDD42E: hue angle of 62.53º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDD42E is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB20521246-
CMYK0.0300.780.17
HSL62.53º65.87%50.59%-
HSV(B)62.53º78.3%83.14%-
XYZ49.2160.2611.62-
YUV190.9846.18138-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 212 (83.20% from 255) = 45.79%
BLUE value IS 46 (18.36% from 255) = 9.94%
R=44.28%
G=45.79%
B=9.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205212460.0300.780.1762.5365.8750.59
HexCDD42E304E113f4233
Octal3153245630116217710263
Binary11001101110101001011101101001110100011111111000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD42E; }

 p { color: rgb(205,212,46); }

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

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

 a { background-color: rgb(205,212,46); }

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

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

 span { border-color: rgb(205,212,46); }

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