Html Css Color HEX #CDD12C Bitter Lemon

📋 copy color: '#CDD12C'

red 205 ◦ green 209 ◦ blue 44

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

Shades of Bitter Lemon #CDD12C

Tints of Bitter Lemon #CDD12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.61%

R = 44.76%
G = 45.63%
B = 9.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#CDD12C (or 0xCDD12C) is known color: Bitter Lemon. HEX triplet: CD, D1 and 2C. RGB value is (205,209,44). Sum of RGB (Red+Green+Blue) = 205+209+44=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD12C is #322ED3. Grayscale: #BDBDBD. Windows color (decimal): -3288788 or 2937293. OLE color: 2937293.

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

Color convert

RGB 205 209 44 -
CMYK 0.02 0 0.79 0.18
HSL 61.45º 0.65% 0.5% -
HSV(B) 61.45º 0.79% 0.82% -
XYZ 48.43 58.76 11.17 -
YUV 188.99 46.17 139.42 -
System Red Green Blue C M Y K H S L
Decimal 205 209 44 0.02 0 0.79 0.18 61.45 0.65 0.5
Hex CD D1 2C 2 0 4F 12 3D 41 32
Octal 315 321 54 2 0 117 22 75 101 62
Binary 11001101 11010001 101100 10 0 1001111 10010 111101 1000001 110010

Color Harmonies of #CDD12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD12C

Black with #CDD12C

Text Example


Text Example

White with #CDD12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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