Html Css Color HEX #CDD82E Bitter Lemon

📋 copy color: '#CDD82E'

red 205 ◦ green 216 ◦ blue 46

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

Shades of Bitter Lemon #CDD82E

Tints of Bitter Lemon #CDD82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.85%

R = 43.9%
G = 46.25%
B = 9.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#CDD82E (or 0xCDD82E) is known color: Bitter Lemon. HEX triplet: CD, D8 and 2E. RGB value is (205,216,46). Sum of RGB (Red+Green+Blue) = 205+216+46=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD82E is #3227D1. Grayscale: #C2C2C2. Windows color (decimal): -3286994 or 3070157. OLE color: 3070157.

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

Color convert

RGB 205 216 46 -
CMYK 0.05 0 0.79 0.15
HSL 63.88º 0.69% 0.51% -
HSV(B) 63.88º 0.79% 0.85% -
XYZ 50.23 62.29 11.96 -
YUV 193.33 44.86 136.32 -
System Red Green Blue C M Y K H S L
Decimal 205 216 46 0.05 0 0.79 0.15 63.88 0.69 0.51
Hex CD D8 2E 5 0 4F F 40 45 33
Octal 315 330 56 5 0 117 17 100 105 63
Binary 11001101 11011000 101110 101 0 1001111 1111 1000000 1000101 110011

Color Harmonies of #CDD82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD82E

Black with #CDD82E

Text Example


Text Example

White with #CDD82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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