Html Css Color HEX #CED828 Bitter Lemon

📋 copy color: '#CED828'

red 206 ◦ green 216 ◦ blue 40

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

Shades of Bitter Lemon #CED828

Tints of Bitter Lemon #CED828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.66%

R = 44.59%
G = 46.75%
B = 8.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#CED828 (or 0xCED828) is known color: Bitter Lemon. HEX triplet: CE, D8 and 28. RGB value is (206,216,40). Sum of RGB (Red+Green+Blue) = 206+216+40=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #CED828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED828 is #3127D7. Grayscale: #C1C1C1. Windows color (decimal): -3221464 or 2676942. OLE color: 2676942.

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

Color convert

RGB 206 216 40 -
CMYK 0.05 0 0.81 0.15
HSL 63.41º 0.69% 0.5% -
HSV(B) 63.41º 0.81% 0.85% -
XYZ 50.39 62.39 11.39 -
YUV 192.95 41.69 137.31 -
System Red Green Blue C M Y K H S L
Decimal 206 216 40 0.05 0 0.81 0.15 63.41 0.69 0.5
Hex CE D8 28 5 0 51 F 3F 45 32
Octal 316 330 50 5 0 121 17 77 105 62
Binary 11001110 11011000 101000 101 0 1010001 1111 111111 1000101 110010

Color Harmonies of #CED828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED828

Black with #CED828

Text Example


Text Example

White with #CED828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED828; }

 p { color: rgb(206,216,40); }

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

background-color css

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

 a { background-color: rgb(206,216,40); }

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

border-color css

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

 span { border-color: rgb(206,216,40); }

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