Html Css Color HEX #CDCD2E Bitter Lemon

📋 copy color: '#CDCD2E'

red 205 ◦ green 205 ◦ blue 46

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

Shades of Bitter Lemon #CDCD2E

Tints of Bitter Lemon #CDCD2E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.96%

 BLUE value IS 46 (18.36% from 255) = 10.09%

R = 44.96%
G = 44.96%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDCD2E (or 0xCDCD2E) is known color: Bitter Lemon. HEX triplet: CD, CD and 2E. RGB value is (205,205,46). Sum of RGB (Red+Green+Blue) = 205+205+46=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCD2E is #3232D1. Grayscale: #BBBBBB. Windows color (decimal): -3289810 or 3067341. OLE color: 3067341.

HSL color Cylindrical-coordinate representation of color #CDCD2E: hue angle of 60º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDCD2E is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 205 46 -
CMYK 0 0 0.78 0.20
HSL 60º 0.63% 0.49% -
HSV(B) 60º 0.78% 0.8% -
XYZ 47.5 56.84 11.05 -
YUV 186.87 48.5 140.93 -
System Red Green Blue C M Y K H S L
Decimal 205 205 46 0 0 0.78 0.20 60 0.63 0.49
Hex CD CD 2E 0 0 4E 14 3C 3F 31
Octal 315 315 56 0 0 116 24 74 77 61
Binary 11001101 11001101 101110 0 0 1001110 10100 111100 111111 110001

Color Harmonies of #CDCD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCD2E

Black with #CDCD2E

Text Example


Text Example

White with #CDCD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCD2E; }

 p { color: rgb(205,205,46); }

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

background-color css

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

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

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

border-color css

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

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

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