Html Css Color HEX #CDD822 Bitter Lemon

📋 copy color: '#CDD822'

red 205 ◦ green 216 ◦ blue 34

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

Shades of Bitter Lemon #CDD822

Tints of Bitter Lemon #CDD822

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.47%

 BLUE value IS 34 (13.67% from 255) = 7.47%

R = 45.05%
G = 47.47%
B = 7.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#CDD822 (or 0xCDD822) is known color: Bitter Lemon. HEX triplet: CD, D8 and 22. RGB value is (205,216,34). Sum of RGB (Red+Green+Blue) = 205+216+34=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 34 (13.67% from 255 or 7.47% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD822 is #3227DD. Grayscale: #C0C0C0. Windows color (decimal): -3287006 or 2283725. OLE color: 2283725.

HSL color Cylindrical-coordinate representation of color #CDD822: hue angle of 63.63º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDD822 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 216 34 -
CMYK 0.05 0 0.84 0.15
HSL 63.63º 0.73% 0.49% -
HSV(B) 63.63º 0.84% 0.85% -
XYZ 50.02 62.21 10.88 -
YUV 191.96 38.86 137.3 -
System Red Green Blue C M Y K H S L
Decimal 205 216 34 0.05 0 0.84 0.15 63.63 0.73 0.49
Hex CD D8 22 5 0 54 F 40 49 31
Octal 315 330 42 5 0 124 17 100 111 61
Binary 11001101 11011000 100010 101 0 1010100 1111 1000000 1001001 110001

Color Harmonies of #CDD822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD822

Black with #CDD822

Text Example


Text Example

White with #CDD822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD822; }

 p { color: rgb(205,216,34); }

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

background-color css

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

 a { background-color: rgb(205,216,34); }

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

border-color css

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

 span { border-color: rgb(205,216,34); }

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