Html Css Color HEX #CDD823 Bitter Lemon

📋 copy color: '#CDD823'

red 205 ◦ green 216 ◦ blue 35

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

Shades of Bitter Lemon #CDD823

Tints of Bitter Lemon #CDD823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.68%

R = 44.96%
G = 47.37%
B = 7.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#CDD823 (or 0xCDD823) is known color: Bitter Lemon. HEX triplet: CD, D8 and 23. RGB value is (205,216,35). Sum of RGB (Red+Green+Blue) = 205+216+35=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 35 (14.06% from 255 or 7.68% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD823 is #3227DC. Grayscale: #C0C0C0. Windows color (decimal): -3287005 or 2349261. OLE color: 2349261.

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

Color convert

RGB 205 216 35 -
CMYK 0.05 0 0.84 0.15
HSL 63.65º 0.72% 0.49% -
HSV(B) 63.65º 0.84% 0.85% -
XYZ 50.04 62.21 10.96 -
YUV 192.08 39.36 137.22 -
System Red Green Blue C M Y K H S L
Decimal 205 216 35 0.05 0 0.84 0.15 63.65 0.72 0.49
Hex CD D8 23 5 0 54 F 40 48 31
Octal 315 330 43 5 0 124 17 100 110 61
Binary 11001101 11011000 100011 101 0 1010100 1111 1000000 1001000 110001

Color Harmonies of #CDD823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD823

Black with #CDD823

Text Example


Text Example

White with #CDD823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD823; }

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

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

background-color css

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

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

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

border-color css

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

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

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