#CDD838

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

Shades of Bitter Lemon #CDD838

Tints of Bitter Lemon #CDD838

Color information

#CDD838 (or 0xCDD838) is unknown color: approx Bitter Lemon. HEX triplet: CD, D8 and 38. RGB value is (205,216,56). Sum of RGB (Red+Green+Blue) = 205+216+56=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 56 (22.27% from 255 or 11.74% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD838 is #3227C7. Grayscale: #C3C3C3. Windows color (decimal): -3286984 or 3725517. OLE color: 3725517.

HSL color Cylindrical-coordinate representation of color #CDD838: hue angle of 64.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDD838 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB20521656-
CMYK0.0500.740.15
HSL64.12º67.23%53.33%-
HSV(B)64.12º74.07%84.71%-
XYZ50.4562.3813.12-
YUV194.4749.86135.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 216 (84.77% from 255) = 45.28%
BLUE value IS 56 (22.27% from 255) = 11.74%
R=42.98%
G=45.28%
B=11.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205216560.0500.740.1564.1267.2353.33
HexCDD838504AF404335
Octal31533070501121710010365
Binary110011011101100011100010101001010111110000001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD838; }

 p { color: rgb(205,216,56); }

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

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

 a { background-color: rgb(205,216,56); }

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

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

 span { border-color: rgb(205,216,56); }

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