Html Css Color HEX #CED923 Bitter Lemon

📋 copy color: '#CED923'

red 206 ◦ green 217 ◦ blue 35

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

Shades of Bitter Lemon #CED923

Tints of Bitter Lemon #CED923

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.38%

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

R = 44.98%
G = 47.38%
B = 7.64%

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

#CED923 (or 0xCED923) is known color: Bitter Lemon. HEX triplet: CE, D9 and 23. RGB value is (206,217,35). Sum of RGB (Red+Green+Blue) = 206+217+35=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 35 (14.06% from 255 or 7.64% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #CED923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED923 is #3126DC. Grayscale: #C1C1C1. Windows color (decimal): -3221213 or 2349518. OLE color: 2349518.

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

Color convert

RGB 206 217 35 -
CMYK 0.05 0 0.84 0.15
HSL 63.63º 0.72% 0.49% -
HSV(B) 63.63º 0.84% 0.85% -
XYZ 50.57 62.87 11.06 -
YUV 192.96 38.86 137.3 -
System Red Green Blue C M Y K H S L
Decimal 206 217 35 0.05 0 0.84 0.15 63.63 0.72 0.49
Hex CE D9 23 5 0 54 F 40 48 31
Octal 316 331 43 5 0 124 17 100 110 61
Binary 11001110 11011001 100011 101 0 1010100 1111 1000000 1001000 110001

Color Harmonies of #CED923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED923

Black with #CED923

Text Example


Text Example

White with #CED923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED923; }

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

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

background-color css

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

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

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

border-color css

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

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

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