Html Css Color HEX #CDD22C Bitter Lemon

📋 copy color: '#CDD22C'

red 205 ◦ green 210 ◦ blue 44

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

Shades of Bitter Lemon #CDD22C

Tints of Bitter Lemon #CDD22C

RGB

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

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

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

R = 44.66%
G = 45.75%
B = 9.59%

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

#CDD22C (or 0xCDD22C) is known color: Bitter Lemon. HEX triplet: CD, D2 and 2C. RGB value is (205,210,44). Sum of RGB (Red+Green+Blue) = 205+210+44=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD22C is #322DD3. Grayscale: #BEBEBE. Windows color (decimal): -3288532 or 2937549. OLE color: 2937549.

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

Color convert

RGB 205 210 44 -
CMYK 0.02 0 0.79 0.18
HSL 61.81º 0.65% 0.5% -
HSV(B) 61.81º 0.79% 0.82% -
XYZ 48.68 59.25 11.25 -
YUV 189.58 45.84 139 -
System Red Green Blue C M Y K H S L
Decimal 205 210 44 0.02 0 0.79 0.18 61.81 0.65 0.5
Hex CD D2 2C 2 0 4F 12 3E 41 32
Octal 315 322 54 2 0 117 22 76 101 62
Binary 11001101 11010010 101100 10 0 1001111 10010 111110 1000001 110010

Color Harmonies of #CDD22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD22C

Black with #CDD22C

Text Example


Text Example

White with #CDD22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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