Html Css Color HEX #CDD12D Bitter Lemon

📋 copy color: '#CDD12D'

red 205 ◦ green 209 ◦ blue 45

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

Shades of Bitter Lemon #CDD12D

Tints of Bitter Lemon #CDD12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.8%

R = 44.66%
G = 45.53%
B = 9.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#CDD12D (or 0xCDD12D) is known color: Bitter Lemon. HEX triplet: CD, D1 and 2D. RGB value is (205,209,45). Sum of RGB (Red+Green+Blue) = 205+209+45=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD12D is #322ED2. Grayscale: #BDBDBD. Windows color (decimal): -3288787 or 3002829. OLE color: 3002829.

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

Color convert

RGB 205 209 45 -
CMYK 0.02 0 0.78 0.18
HSL 61.46º 0.65% 0.5% -
HSV(B) 61.46º 0.78% 0.82% -
XYZ 48.45 58.77 11.27 -
YUV 189.11 46.67 139.34 -
System Red Green Blue C M Y K H S L
Decimal 205 209 45 0.02 0 0.78 0.18 61.46 0.65 0.5
Hex CD D1 2D 2 0 4E 12 3D 41 32
Octal 315 321 55 2 0 116 22 75 101 62
Binary 11001101 11010001 101101 10 0 1001110 10010 111101 1000001 110010

Color Harmonies of #CDD12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD12D

Black with #CDD12D

Text Example


Text Example

White with #CDD12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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