Html Css Color HEX #CDD623 Bitter Lemon

📋 copy color: '#CDD623'

red 205 ◦ green 214 ◦ blue 35

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

Shades of Bitter Lemon #CDD623

Tints of Bitter Lemon #CDD623

RGB

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

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

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

R = 45.15%
G = 47.14%
B = 7.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#CDD623 (or 0xCDD623) is known color: Bitter Lemon. HEX triplet: CD, D6 and 23. RGB value is (205,214,35). Sum of RGB (Red+Green+Blue) = 205+214+35=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 35 (14.06% from 255 or 7.71% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD623 is #3229DC. Grayscale: #BFBFBF. Windows color (decimal): -3287517 or 2348749. OLE color: 2348749.

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

Color convert

RGB 205 214 35 -
CMYK 0.04 0 0.84 0.16
HSL 63.02º 0.72% 0.49% -
HSV(B) 63.02º 0.84% 0.84% -
XYZ 49.53 61.19 10.79 -
YUV 190.9 40.02 138.05 -
System Red Green Blue C M Y K H S L
Decimal 205 214 35 0.04 0 0.84 0.16 63.02 0.72 0.49
Hex CD D6 23 4 0 54 10 3F 48 31
Octal 315 326 43 4 0 124 20 77 110 61
Binary 11001101 11010110 100011 100 0 1010100 10000 111111 1001000 110001

Color Harmonies of #CDD623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD623

Black with #CDD623

Text Example


Text Example

White with #CDD623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD623; }

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

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

background-color css

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

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

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

border-color css

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

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

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