Html Css Color HEX #CDD136 Bitter Lemon

📋 copy color: '#CDD136'

red 205 ◦ green 209 ◦ blue 54

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

Shades of Bitter Lemon #CDD136

Tints of Bitter Lemon #CDD136

RGB

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

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

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

R = 43.8%
G = 44.66%
B = 11.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#CDD136 (or 0xCDD136) is known color: Bitter Lemon. HEX triplet: CD, D1 and 36. RGB value is (205,209,54). Sum of RGB (Red+Green+Blue) = 205+209+54=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD136 is #322EC9. Grayscale: #BEBEBE. Windows color (decimal): -3288778 or 3592653. OLE color: 3592653.

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

Color convert

RGB 205 209 54 -
CMYK 0.02 0 0.74 0.18
HSL 61.55º 0.63% 0.52% -
HSV(B) 61.55º 0.74% 0.82% -
XYZ 48.64 58.85 12.28 -
YUV 190.13 51.17 138.6 -
System Red Green Blue C M Y K H S L
Decimal 205 209 54 0.02 0 0.74 0.18 61.55 0.63 0.52
Hex CD D1 36 2 0 4A 12 3E 3F 34
Octal 315 321 66 2 0 112 22 76 77 64
Binary 11001101 11010001 110110 10 0 1001010 10010 111110 111111 110100

Color Harmonies of #CDD136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD136

Black with #CDD136

Text Example


Text Example

White with #CDD136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD136; }

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

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

background-color css

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

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

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

border-color css

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

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

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