Html Css Color HEX #CDD036 Bitter Lemon

📋 copy color: '#CDD036'

red 205 ◦ green 208 ◦ blue 54

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

Shades of Bitter Lemon #CDD036

Tints of Bitter Lemon #CDD036

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.54%

 BLUE value IS 54 (21.48% from 255) = 11.56%

R = 43.9%
G = 44.54%
B = 11.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#CDD036 (or 0xCDD036) is known color: Bitter Lemon. HEX triplet: CD, D0 and 36. RGB value is (205,208,54). Sum of RGB (Red+Green+Blue) = 205+208+54=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD036 is #322FC9. Grayscale: #BEBEBE. Windows color (decimal): -3289034 or 3592397. OLE color: 3592397.

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

Color convert

RGB 205 208 54 -
CMYK 0.01 0 0.74 0.18
HSL 61.17º 0.62% 0.51% -
HSV(B) 61.17º 0.74% 0.82% -
XYZ 48.4 58.36 12.2 -
YUV 189.55 51.51 139.02 -
System Red Green Blue C M Y K H S L
Decimal 205 208 54 0.01 0 0.74 0.18 61.17 0.62 0.51
Hex CD D0 36 1 0 4A 12 3D 3E 33
Octal 315 320 66 1 0 112 22 75 76 63
Binary 11001101 11010000 110110 1 0 1001010 10010 111101 111110 110011

Color Harmonies of #CDD036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD036

Black with #CDD036

Text Example


Text Example

White with #CDD036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD036; }

 p { color: rgb(205,208,54); }

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

background-color css

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

 a { background-color: rgb(205,208,54); }

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

border-color css

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

 span { border-color: rgb(205,208,54); }

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