Html Css Color HEX #CDD535 Bitter Lemon

📋 copy color: '#CDD535'

red 205 ◦ green 213 ◦ blue 53

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

Shades of Bitter Lemon #CDD535

Tints of Bitter Lemon #CDD535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.25%

R = 43.52%
G = 45.22%
B = 11.25%

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

#CDD535 (or 0xCDD535) is known color: Bitter Lemon. HEX triplet: CD, D5 and 35. RGB value is (205,213,53). Sum of RGB (Red+Green+Blue) = 205+213+53=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD535 is #322ACA. Grayscale: #C1C1C1. Windows color (decimal): -3287755 or 3528141. OLE color: 3528141.

HSL color Cylindrical-coordinate representation of color #CDD535: hue angle of 63º degrees, saturation: 0.66, 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 #CDD535 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 53 -
CMYK 0.04 0 0.75 0.16
HSL 63º 0.66% 0.52% -
HSV(B) 63º 0.75% 0.84% -
XYZ 49.61 60.82 12.49 -
YUV 192.37 49.35 137.01 -
System Red Green Blue C M Y K H S L
Decimal 205 213 53 0.04 0 0.75 0.16 63 0.66 0.52
Hex CD D5 35 4 0 4B 10 3F 42 34
Octal 315 325 65 4 0 113 20 77 102 64
Binary 11001101 11010101 110101 100 0 1001011 10000 111111 1000010 110100

Color Harmonies of #CDD535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD535

Black with #CDD535

Text Example


Text Example

White with #CDD535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD535; }

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

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

background-color css

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

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

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

border-color css

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

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

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