#CDD633

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

Shades of Bitter Lemon #CDD633

Tints of Bitter Lemon #CDD633

Color information

#CDD633 (or 0xCDD633) is unknown color: approx Bitter Lemon. HEX triplet: CD, D6 and 33. RGB value is (205,214,51). Sum of RGB (Red+Green+Blue) = 205+214+51=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 51 (20.31% from 255 or 10.85% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD633 is #3229CC. Grayscale: #C1C1C1. Windows color (decimal): -3287501 or 3397325. OLE color: 3397325.

HSL color Cylindrical-coordinate representation of color #CDD633: hue angle of 63.31º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDD633 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB20521451-
CMYK0.0400.760.16
HSL63.31º66.53%51.96%-
HSV(B)63.31º76.17%83.92%-
XYZ49.8261.3112.34-
YUV192.7348.02136.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.62%
GREEN value IS 214 (83.98% from 255) = 45.53%
BLUE value IS 51 (20.31% from 255) = 10.85%
R=43.62%
G=45.53%
B=10.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205214510.0400.760.1663.3166.5351.96
HexCDD633404C103f4334
Octal3153266340114207710364
Binary110011011101011011001110001001100100001111111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD633; }

 p { color: rgb(205,214,51); }

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

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

 a { background-color: rgb(205,214,51); }

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

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

 span { border-color: rgb(205,214,51); }

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