Html Css Color HEX #CDD636 Bitter Lemon

📋 copy color: '#CDD636'

red 205 ◦ green 214 ◦ blue 54

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

Shades of Bitter Lemon #CDD636

Tints of Bitter Lemon #CDD636

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.24%

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

R = 43.34%
G = 45.24%
B = 11.42%

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

#CDD636 (or 0xCDD636) is known color: Bitter Lemon. HEX triplet: CD, D6 and 36. RGB value is (205,214,54). Sum of RGB (Red+Green+Blue) = 205+214+54=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 54 (21.48% from 255 or 11.42% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD636 is #3229C9. Grayscale: #C1C1C1. Windows color (decimal): -3287498 or 3593933. OLE color: 3593933.

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

Color convert

RGB 205 214 54 -
CMYK 0.04 0 0.75 0.16
HSL 63.38º 0.66% 0.53% -
HSV(B) 63.38º 0.75% 0.84% -
XYZ 49.89 61.34 12.7 -
YUV 193.07 49.52 136.51 -
System Red Green Blue C M Y K H S L
Decimal 205 214 54 0.04 0 0.75 0.16 63.38 0.66 0.53
Hex CD D6 36 4 0 4B 10 3F 42 35
Octal 315 326 66 4 0 113 20 77 102 65
Binary 11001101 11010110 110110 100 0 1001011 10000 111111 1000010 110101

Color Harmonies of #CDD636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD636

Black with #CDD636

Text Example


Text Example

White with #CDD636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD636; }

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

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

background-color css

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

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

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

border-color css

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

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

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