Html Css Color HEX #CDD828 Bitter Lemon

📋 copy color: '#CDD828'

red 205 ◦ green 216 ◦ blue 40

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

Shades of Bitter Lemon #CDD828

Tints of Bitter Lemon #CDD828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.68%

R = 44.47%
G = 46.85%
B = 8.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#CDD828 (or 0xCDD828) is known color: Bitter Lemon. HEX triplet: CD, D8 and 28. RGB value is (205,216,40). Sum of RGB (Red+Green+Blue) = 205+216+40=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD828 is #3227D7. Grayscale: #C1C1C1. Windows color (decimal): -3287000 or 2676941. OLE color: 2676941.

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

Color convert

RGB 205 216 40 -
CMYK 0.05 0 0.81 0.15
HSL 63.75º 0.69% 0.5% -
HSV(B) 63.75º 0.81% 0.85% -
XYZ 50.12 62.24 11.38 -
YUV 192.65 41.86 136.81 -
System Red Green Blue C M Y K H S L
Decimal 205 216 40 0.05 0 0.81 0.15 63.75 0.69 0.5
Hex CD D8 28 5 0 51 F 40 45 32
Octal 315 330 50 5 0 121 17 100 105 62
Binary 11001101 11011000 101000 101 0 1010001 1111 1000000 1000101 110010

Color Harmonies of #CDD828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD828

Black with #CDD828

Text Example


Text Example

White with #CDD828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD828; }

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

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

background-color css

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

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

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

border-color css

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

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

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