Html Css Color HEX #CDDC28 Bitter Lemon

📋 copy color: '#CDDC28'

red 205 ◦ green 220 ◦ blue 40

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

Shades of Bitter Lemon #CDDC28

Tints of Bitter Lemon #CDDC28

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.31%

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

R = 44.09%
G = 47.31%
B = 8.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#CDDC28 (or 0xCDDC28) is known color: Bitter Lemon. HEX triplet: CD, DC and 28. RGB value is (205,220,40). Sum of RGB (Red+Green+Blue) = 205+220+40=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC28 is #3223D7. Grayscale: #C3C3C3. Windows color (decimal): -3285976 or 2677965. OLE color: 2677965.

HSL color Cylindrical-coordinate representation of color #CDDC28: hue angle of 65º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDDC28 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 40 -
CMYK 0.07 0 0.82 0.14
HSL 65º 0.72% 0.51% -
HSV(B) 65º 0.82% 0.86% -
XYZ 51.15 64.32 11.73 -
YUV 195 40.53 135.14 -
System Red Green Blue C M Y K H S L
Decimal 205 220 40 0.07 0 0.82 0.14 65 0.72 0.51
Hex CD DC 28 7 0 52 E 41 48 33
Octal 315 334 50 7 0 122 16 101 110 63
Binary 11001101 11011100 101000 111 0 1010010 1110 1000001 1001000 110011

Color Harmonies of #CDDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC28

Black with #CDDC28

Text Example


Text Example

White with #CDDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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