Html Css Color HEX #CDD228 Bitter Lemon

📋 copy color: '#CDD228'

red 205 ◦ green 210 ◦ blue 40

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

Shades of Bitter Lemon #CDD228

Tints of Bitter Lemon #CDD228

RGB

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

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

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

R = 45.05%
G = 46.15%
B = 8.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#CDD228 (or 0xCDD228) is known color: Bitter Lemon. HEX triplet: CD, D2 and 28. RGB value is (205,210,40). Sum of RGB (Red+Green+Blue) = 205+210+40=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD228 is #322DD7. Grayscale: #BDBDBD. Windows color (decimal): -3288536 or 2675405. OLE color: 2675405.

HSL color Cylindrical-coordinate representation of color #CDD228: hue angle of 61.76º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDD228 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 210 40 -
CMYK 0.02 0 0.81 0.18
HSL 61.76º 0.68% 0.49% -
HSV(B) 61.76º 0.81% 0.82% -
XYZ 48.61 59.23 10.88 -
YUV 189.13 43.84 139.32 -
System Red Green Blue C M Y K H S L
Decimal 205 210 40 0.02 0 0.81 0.18 61.76 0.68 0.49
Hex CD D2 28 2 0 51 12 3E 44 31
Octal 315 322 50 2 0 121 22 76 104 61
Binary 11001101 11010010 101000 10 0 1010001 10010 111110 1000100 110001

Color Harmonies of #CDD228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD228

Black with #CDD228

Text Example


Text Example

White with #CDD228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD228; }

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

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

background-color css

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

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

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

border-color css

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

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

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