Html Css Color HEX #CED726 Bitter Lemon

📋 copy color: '#CED726'

red 206 ◦ green 215 ◦ blue 38

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

Shades of Bitter Lemon #CED726

Tints of Bitter Lemon #CED726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.28%

R = 44.88%
G = 46.84%
B = 8.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#CED726 (or 0xCED726) is known color: Bitter Lemon. HEX triplet: CE, D7 and 26. RGB value is (206,215,38). Sum of RGB (Red+Green+Blue) = 206+215+38=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 38 (15.23% from 255 or 8.28% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #CED726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED726 is #3128D9. Grayscale: #C0C0C0. Windows color (decimal): -3221722 or 2545614. OLE color: 2545614.

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

Color convert

RGB 206 215 38 -
CMYK 0.04 0 0.82 0.16
HSL 63.05º 0.7% 0.5% -
HSV(B) 63.05º 0.82% 0.84% -
XYZ 50.1 61.86 11.13 -
YUV 192.13 41.02 137.89 -
System Red Green Blue C M Y K H S L
Decimal 206 215 38 0.04 0 0.82 0.16 63.05 0.7 0.5
Hex CE D7 26 4 0 52 10 3F 46 32
Octal 316 327 46 4 0 122 20 77 106 62
Binary 11001110 11010111 100110 100 0 1010010 10000 111111 1000110 110010

Color Harmonies of #CED726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED726

Black with #CED726

Text Example


Text Example

White with #CED726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED726; }

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

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

background-color css

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

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

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

border-color css

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

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

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