Html Css Color HEX #CDD133 Bitter Lemon

📋 copy color: '#CDD133'

red 205 ◦ green 209 ◦ blue 51

#CDD133
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #CDD133

Tints of Bitter Lemon #CDD133

RGB

 RED value IS 205 (80.47% from 255) = 44.09%

 GREEN value IS 209 (82.03% from 255) = 44.95%

 BLUE value IS 51 (20.31% from 255) = 10.97%

R = 44.09%
G = 44.95%
B = 10.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#CDD133 (or 0xCDD133) is known color: Bitter Lemon. HEX triplet: CD, D1 and 33. RGB value is (205,209,51). Sum of RGB (Red+Green+Blue) = 205+209+51=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD133 is #322ECC. Grayscale: #BEBEBE. Windows color (decimal): -3288781 or 3396045. OLE color: 3396045.

HSL color Cylindrical-coordinate representation of color #CDD133: hue angle of 61.52º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDD133 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 209 51 -
CMYK 0.02 0 0.76 0.18
HSL 61.52º 0.63% 0.51% -
HSV(B) 61.52º 0.76% 0.82% -
XYZ 48.57 58.82 11.93 -
YUV 189.79 49.67 138.85 -
System Red Green Blue C M Y K H S L
Decimal 205 209 51 0.02 0 0.76 0.18 61.52 0.63 0.51
Hex CD D1 33 2 0 4C 12 3E 3F 33
Octal 315 321 63 2 0 114 22 76 77 63
Binary 11001101 11010001 110011 10 0 1001100 10010 111110 111111 110011

Color Harmonies of #CDD133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD133

Black with #CDD133

Text Example


Text Example

White with #CDD133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD133; }

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

 H1.HeaderClassName
 {
   color: #CDD133;
 }
 .AnyTagClassName
 {
   color: #CDD133;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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