Html Css Color HEX #CDD836 Bitter Lemon

📋 copy color: '#CDD836'

red 205 ◦ green 216 ◦ blue 54

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

Shades of Bitter Lemon #CDD836

Tints of Bitter Lemon #CDD836

RGB

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

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

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

R = 43.16%
G = 45.47%
B = 11.37%

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

#CDD836 (or 0xCDD836) is known color: Bitter Lemon. HEX triplet: CD, D8 and 36. RGB value is (205,216,54). Sum of RGB (Red+Green+Blue) = 205+216+54=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 54 (21.48% from 255 or 11.37% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD836 is #3227C9. Grayscale: #C2C2C2. Windows color (decimal): -3286986 or 3594445. OLE color: 3594445.

HSL color Cylindrical-coordinate representation of color #CDD836: hue angle of 64.07º 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 #CDD836 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 216 54 -
CMYK 0.05 0 0.75 0.15
HSL 64.07º 0.68% 0.53% -
HSV(B) 64.07º 0.75% 0.85% -
XYZ 50.4 62.36 12.87 -
YUV 194.24 48.86 135.67 -
System Red Green Blue C M Y K H S L
Decimal 205 216 54 0.05 0 0.75 0.15 64.07 0.68 0.53
Hex CD D8 36 5 0 4B F 40 44 35
Octal 315 330 66 5 0 113 17 100 104 65
Binary 11001101 11011000 110110 101 0 1001011 1111 1000000 1000100 110101

Color Harmonies of #CDD836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD836

Black with #CDD836

Text Example


Text Example

White with #CDD836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD836; }

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

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

background-color css

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

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

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

border-color css

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

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

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