Html Css Color HEX #CDCE2D Bitter Lemon

📋 copy color: '#CDCE2D'

red 205 ◦ green 206 ◦ blue 45

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

Shades of Bitter Lemon #CDCE2D

Tints of Bitter Lemon #CDCE2D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.18%

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

R = 44.96%
G = 45.18%
B = 9.87%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CDCE2D (or 0xCDCE2D) is known color: Bitter Lemon. HEX triplet: CD, CE and 2D. RGB value is (205,206,45). Sum of RGB (Red+Green+Blue) = 205+206+45=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCE2D is #3231D2. Grayscale: #BBBBBB. Windows color (decimal): -3289555 or 3002061. OLE color: 3002061.

HSL color Cylindrical-coordinate representation of color #CDCE2D: hue angle of 60.37º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDCE2D is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 206 45 -
CMYK 0.00 0 0.78 0.19
HSL 60.37º 0.64% 0.49% -
HSV(B) 60.37º 0.78% 0.81% -
XYZ 47.72 57.31 11.03 -
YUV 187.35 47.67 140.59 -
System Red Green Blue C M Y K H S L
Decimal 205 206 45 0.00 0 0.78 0.19 60.37 0.64 0.49
Hex CD CE 2D 0 0 4E 13 3C 40 31
Octal 315 316 55 0 0 116 23 74 100 61
Binary 11001101 11001110 101101 0 0 1001110 10011 111100 1000000 110001

Color Harmonies of #CDCE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCE2D

Black with #CDCE2D

Text Example


Text Example

White with #CDCE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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