Html Css Color HEX #CED523 Bitter Lemon

📋 copy color: '#CED523'

red 206 ◦ green 213 ◦ blue 35

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

Shades of Bitter Lemon #CED523

Tints of Bitter Lemon #CED523

RGB

 RED value IS 206 (80.86% from 255) = 45.37%

 GREEN value IS 213 (83.59% from 255) = 46.92%

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

R = 45.37%
G = 46.92%
B = 7.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#CED523 (or 0xCED523) is known color: Bitter Lemon. HEX triplet: CE, D5 and 23. RGB value is (206,213,35). Sum of RGB (Red+Green+Blue) = 206+213+35=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 35 (14.06% from 255 or 7.71% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #CED523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED523 is #312ADC. Grayscale: #BFBFBF. Windows color (decimal): -3222237 or 2348494. OLE color: 2348494.

HSL color Cylindrical-coordinate representation of color #CED523: hue angle of 62.36º 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 #CED523 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 35 -
CMYK 0.03 0 0.84 0.16
HSL 62.36º 0.72% 0.49% -
HSV(B) 62.36º 0.84% 0.84% -
XYZ 49.55 60.83 10.72 -
YUV 190.62 40.18 138.97 -
System Red Green Blue C M Y K H S L
Decimal 206 213 35 0.03 0 0.84 0.16 62.36 0.72 0.49
Hex CE D5 23 3 0 54 10 3E 48 31
Octal 316 325 43 3 0 124 20 76 110 61
Binary 11001110 11010101 100011 11 0 1010100 10000 111110 1001000 110001

Color Harmonies of #CED523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED523

Black with #CED523

Text Example


Text Example

White with #CED523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED523; }

 p { color: rgb(206,213,35); }

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

background-color css

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

 a { background-color: rgb(206,213,35); }

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

border-color css

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

 span { border-color: rgb(206,213,35); }

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