Html Css Color HEX #CDD536 Bitter Lemon

📋 copy color: '#CDD536'

red 205 ◦ green 213 ◦ blue 54

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

Shades of Bitter Lemon #CDD536

Tints of Bitter Lemon #CDD536

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.13%

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

R = 43.43%
G = 45.13%
B = 11.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#CDD536 (or 0xCDD536) is known color: Bitter Lemon. HEX triplet: CD, D5 and 36. RGB value is (205,213,54). Sum of RGB (Red+Green+Blue) = 205+213+54=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 54 (21.48% from 255 or 11.44% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD536 is #322AC9. Grayscale: #C1C1C1. Windows color (decimal): -3287754 or 3593677. OLE color: 3593677.

HSL color Cylindrical-coordinate representation of color #CDD536: hue angle of 63.02º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDD536 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 54 -
CMYK 0.04 0 0.75 0.16
HSL 63.02º 0.65% 0.52% -
HSV(B) 63.02º 0.75% 0.84% -
XYZ 49.64 60.83 12.62 -
YUV 192.48 49.85 136.93 -
System Red Green Blue C M Y K H S L
Decimal 205 213 54 0.04 0 0.75 0.16 63.02 0.65 0.52
Hex CD D5 36 4 0 4B 10 3F 41 34
Octal 315 325 66 4 0 113 20 77 101 64
Binary 11001101 11010101 110110 100 0 1001011 10000 111111 1000001 110100

Color Harmonies of #CDD536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD536

Black with #CDD536

Text Example


Text Example

White with #CDD536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD536; }

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

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

background-color css

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

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

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

border-color css

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

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

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