Html Css Color HEX #CDD12E Bitter Lemon

📋 copy color: '#CDD12E'

red 205 ◦ green 209 ◦ blue 46

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

Shades of Bitter Lemon #CDD12E

Tints of Bitter Lemon #CDD12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10%

R = 44.57%
G = 45.43%
B = 10%

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

#CDD12E (or 0xCDD12E) is known color: Bitter Lemon. HEX triplet: CD, D1 and 2E. RGB value is (205,209,46). Sum of RGB (Red+Green+Blue) = 205+209+46=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 46 (18.36% from 255 or 10% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD12E is #322ED1. Grayscale: #BDBDBD. Windows color (decimal): -3288786 or 3068365. OLE color: 3068365.

HSL color Cylindrical-coordinate representation of color #CDD12E: hue angle of 61.47º degrees, saturation: 0.64, 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 #CDD12E is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 209 46 -
CMYK 0.02 0 0.78 0.18
HSL 61.47º 0.64% 0.5% -
HSV(B) 61.47º 0.78% 0.82% -
XYZ 48.47 58.78 11.38 -
YUV 189.22 47.17 139.25 -
System Red Green Blue C M Y K H S L
Decimal 205 209 46 0.02 0 0.78 0.18 61.47 0.64 0.5
Hex CD D1 2E 2 0 4E 12 3D 40 32
Octal 315 321 56 2 0 116 22 75 100 62
Binary 11001101 11010001 101110 10 0 1001110 10010 111101 1000000 110010

Color Harmonies of #CDD12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD12E

Black with #CDD12E

Text Example


Text Example

White with #CDD12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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