Html Css Color HEX #CED826 Bitter Lemon

📋 copy color: '#CED826'

red 206 ◦ green 216 ◦ blue 38

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

Shades of Bitter Lemon #CED826

Tints of Bitter Lemon #CED826

RGB

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

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

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

R = 44.78%
G = 46.96%
B = 8.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#CED826 (or 0xCED826) is known color: Bitter Lemon. HEX triplet: CE, D8 and 26. RGB value is (206,216,38). Sum of RGB (Red+Green+Blue) = 206+216+38=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 38 (15.23% from 255 or 8.26% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #CED826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED826 is #3127D9. Grayscale: #C1C1C1. Windows color (decimal): -3221466 or 2545870. OLE color: 2545870.

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

Color convert

RGB 206 216 38 -
CMYK 0.05 0 0.82 0.15
HSL 63.37º 0.7% 0.5% -
HSV(B) 63.37º 0.82% 0.85% -
XYZ 50.36 62.37 11.22 -
YUV 192.72 40.69 137.47 -
System Red Green Blue C M Y K H S L
Decimal 206 216 38 0.05 0 0.82 0.15 63.37 0.7 0.5
Hex CE D8 26 5 0 52 F 3F 46 32
Octal 316 330 46 5 0 122 17 77 106 62
Binary 11001110 11011000 100110 101 0 1010010 1111 111111 1000110 110010

Color Harmonies of #CED826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED826

Black with #CED826

Text Example


Text Example

White with #CED826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED826; }

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

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

background-color css

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

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

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

border-color css

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

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

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