Html Css Color HEX #CDDC2D Bitter Lemon

📋 copy color: '#CDDC2D'

red 205 ◦ green 220 ◦ blue 45

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

Shades of Bitter Lemon #CDDC2D

Tints of Bitter Lemon #CDDC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.57%

R = 43.62%
G = 46.81%
B = 9.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#CDDC2D (or 0xCDDC2D) is known color: Bitter Lemon. HEX triplet: CD, DC and 2D. RGB value is (205,220,45). Sum of RGB (Red+Green+Blue) = 205+220+45=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC2D is #3223D2. Grayscale: #C4C4C4. Windows color (decimal): -3285971 or 3005645. OLE color: 3005645.

HSL color Cylindrical-coordinate representation of color #CDDC2D: hue angle of 65.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDDC2D is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 45 -
CMYK 0.07 0 0.80 0.14
HSL 65.14º 0.71% 0.52% -
HSV(B) 65.14º 0.8% 0.86% -
XYZ 51.24 64.36 12.2 -
YUV 195.57 43.03 134.73 -
System Red Green Blue C M Y K H S L
Decimal 205 220 45 0.07 0 0.80 0.14 65.14 0.71 0.52
Hex CD DC 2D 7 0 50 E 41 47 34
Octal 315 334 55 7 0 120 16 101 107 64
Binary 11001101 11011100 101101 111 0 1010000 1110 1000001 1000111 110100

Color Harmonies of #CDDC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC2D

Black with #CDDC2D

Text Example


Text Example

White with #CDDC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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