Html Css Color HEX #CDD835 Bitter Lemon

📋 copy color: '#CDD835'

red 205 ◦ green 216 ◦ blue 53

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

Shades of Bitter Lemon #CDD835

Tints of Bitter Lemon #CDD835

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.57%

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

R = 43.25%
G = 45.57%
B = 11.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#CDD835 (or 0xCDD835) is known color: Bitter Lemon. HEX triplet: CD, D8 and 35. RGB value is (205,216,53). Sum of RGB (Red+Green+Blue) = 205+216+53=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 53 (21.09% from 255 or 11.18% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD835 is #3227CA. Grayscale: #C2C2C2. Windows color (decimal): -3286987 or 3528909. OLE color: 3528909.

HSL color Cylindrical-coordinate representation of color #CDD835: hue angle of 64.05º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDD835 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 216 53 -
CMYK 0.05 0 0.75 0.15
HSL 64.05º 0.68% 0.53% -
HSV(B) 64.05º 0.75% 0.85% -
XYZ 50.38 62.35 12.75 -
YUV 194.13 48.36 135.75 -
System Red Green Blue C M Y K H S L
Decimal 205 216 53 0.05 0 0.75 0.15 64.05 0.68 0.53
Hex CD D8 35 5 0 4B F 40 44 35
Octal 315 330 65 5 0 113 17 100 104 65
Binary 11001101 11011000 110101 101 0 1001011 1111 1000000 1000100 110101

Color Harmonies of #CDD835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD835

Black with #CDD835

Text Example


Text Example

White with #CDD835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD835; }

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

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

background-color css

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

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

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

border-color css

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

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

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