Html Css Color HEX #CDDC36 Bitter Lemon

📋 copy color: '#CDDC36'

red 205 ◦ green 220 ◦ blue 54

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

Shades of Bitter Lemon #CDDC36

Tints of Bitter Lemon #CDDC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.27%

R = 42.8%
G = 45.93%
B = 11.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#CDDC36 (or 0xCDDC36) is known color: Bitter Lemon. HEX triplet: CD, DC and 36. RGB value is (205,220,54). Sum of RGB (Red+Green+Blue) = 205+220+54=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 54 (21.48% from 255 or 11.27% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC36 is #3223C9. Grayscale: #C5C5C5. Windows color (decimal): -3285962 or 3595469. OLE color: 3595469.

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

Color convert

RGB 205 220 54 -
CMYK 0.07 0 0.75 0.14
HSL 65.42º 0.7% 0.54% -
HSV(B) 65.42º 0.75% 0.86% -
XYZ 51.44 64.43 13.22 -
YUV 196.59 47.53 134 -
System Red Green Blue C M Y K H S L
Decimal 205 220 54 0.07 0 0.75 0.14 65.42 0.7 0.54
Hex CD DC 36 7 0 4B E 41 46 36
Octal 315 334 66 7 0 113 16 101 106 66
Binary 11001101 11011100 110110 111 0 1001011 1110 1000001 1000110 110110

Color Harmonies of #CDDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC36

Black with #CDDC36

Text Example


Text Example

White with #CDDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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