Html Css Color HEX #CED728 Bitter Lemon

📋 copy color: '#CED728'

red 206 ◦ green 215 ◦ blue 40

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

Shades of Bitter Lemon #CED728

Tints of Bitter Lemon #CED728

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.64%

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

R = 44.69%
G = 46.64%
B = 8.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#CED728 (or 0xCED728) is known color: Bitter Lemon. HEX triplet: CE, D7 and 28. RGB value is (206,215,40). Sum of RGB (Red+Green+Blue) = 206+215+40=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #CED728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED728 is #3128D7. Grayscale: #C1C1C1. Windows color (decimal): -3221720 or 2676686. OLE color: 2676686.

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

Color convert

RGB 206 215 40 -
CMYK 0.04 0 0.81 0.16
HSL 63.09º 0.69% 0.5% -
HSV(B) 63.09º 0.81% 0.84% -
XYZ 50.14 61.88 11.31 -
YUV 192.36 42.02 137.73 -
System Red Green Blue C M Y K H S L
Decimal 206 215 40 0.04 0 0.81 0.16 63.09 0.69 0.5
Hex CE D7 28 4 0 51 10 3F 45 32
Octal 316 327 50 4 0 121 20 77 105 62
Binary 11001110 11010111 101000 100 0 1010001 10000 111111 1000101 110010

Color Harmonies of #CED728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED728

Black with #CED728

Text Example


Text Example

White with #CED728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED728; }

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

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

background-color css

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

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

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

border-color css

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

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

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