Html Css Color HEX #CDD22D Bitter Lemon

📋 copy color: '#CDD22D'

red 205 ◦ green 210 ◦ blue 45

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

Shades of Bitter Lemon #CDD22D

Tints of Bitter Lemon #CDD22D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.65%

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

R = 44.57%
G = 45.65%
B = 9.78%

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

#CDD22D (or 0xCDD22D) is known color: Bitter Lemon. HEX triplet: CD, D2 and 2D. RGB value is (205,210,45). Sum of RGB (Red+Green+Blue) = 205+210+45=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD22D is #322DD2. Grayscale: #BEBEBE. Windows color (decimal): -3288531 or 3003085. OLE color: 3003085.

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

Color convert

RGB 205 210 45 -
CMYK 0.02 0 0.79 0.18
HSL 61.82º 0.65% 0.5% -
HSV(B) 61.82º 0.79% 0.82% -
XYZ 48.7 59.26 11.35 -
YUV 189.7 46.34 138.92 -
System Red Green Blue C M Y K H S L
Decimal 205 210 45 0.02 0 0.79 0.18 61.82 0.65 0.5
Hex CD D2 2D 2 0 4F 12 3E 41 32
Octal 315 322 55 2 0 117 22 76 101 62
Binary 11001101 11010010 101101 10 0 1001111 10010 111110 1000001 110010

Color Harmonies of #CDD22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD22D

Black with #CDD22D

Text Example


Text Example

White with #CDD22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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