Html Css Color HEX #CDD339 Bitter Lemon

📋 copy color: '#CDD339'

red 205 ◦ green 211 ◦ blue 57

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

Shades of Bitter Lemon #CDD339

Tints of Bitter Lemon #CDD339

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.61%

 BLUE value IS 57 (22.66% from 255) = 12.05%

R = 43.34%
G = 44.61%
B = 12.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#CDD339 (or 0xCDD339) is known color: Bitter Lemon. HEX triplet: CD, D3 and 39. RGB value is (205,211,57). Sum of RGB (Red+Green+Blue) = 205+211+57=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 57 (22.66% from 255 or 12.05% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD339 is #322CC6. Grayscale: #C0C0C0. Windows color (decimal): -3288263 or 3789773. OLE color: 3789773.

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

Color convert

RGB 205 211 57 -
CMYK 0.03 0 0.73 0.17
HSL 62.34º 0.64% 0.53% -
HSV(B) 62.34º 0.73% 0.83% -
XYZ 49.21 59.86 12.83 -
YUV 191.65 52.01 137.52 -
System Red Green Blue C M Y K H S L
Decimal 205 211 57 0.03 0 0.73 0.17 62.34 0.64 0.53
Hex CD D3 39 3 0 49 11 3E 40 35
Octal 315 323 71 3 0 111 21 76 100 65
Binary 11001101 11010011 111001 11 0 1001001 10001 111110 1000000 110101

Color Harmonies of #CDD339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD339

Black with #CDD339

Text Example


Text Example

White with #CDD339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD339; }

 p { color: rgb(205,211,57); }

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

background-color css

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

 a { background-color: rgb(205,211,57); }

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

border-color css

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

 span { border-color: rgb(205,211,57); }

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