Html Css Color HEX #CED836 Bitter Lemon

📋 copy color: '#CED836'

red 206 ◦ green 216 ◦ blue 54

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

Shades of Bitter Lemon #CED836

Tints of Bitter Lemon #CED836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.34%

R = 43.28%
G = 45.38%
B = 11.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#CED836 (or 0xCED836) is known color: Bitter Lemon. HEX triplet: CE, D8 and 36. RGB value is (206,216,54). Sum of RGB (Red+Green+Blue) = 206+216+54=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 54 (21.48% from 255 or 11.34% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #CED836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED836 is #3127C9. Grayscale: #C3C3C3. Windows color (decimal): -3221450 or 3594446. OLE color: 3594446.

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

Color convert

RGB 206 216 54 -
CMYK 0.05 0 0.75 0.15
HSL 63.7º 0.68% 0.53% -
HSV(B) 63.7º 0.75% 0.85% -
XYZ 50.68 62.5 12.88 -
YUV 194.54 48.69 136.17 -
System Red Green Blue C M Y K H S L
Decimal 206 216 54 0.05 0 0.75 0.15 63.7 0.68 0.53
Hex CE D8 36 5 0 4B F 40 44 35
Octal 316 330 66 5 0 113 17 100 104 65
Binary 11001110 11011000 110110 101 0 1001011 1111 1000000 1000100 110101

Color Harmonies of #CED836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED836

Black with #CED836

Text Example


Text Example

White with #CED836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED836; }

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

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

background-color css

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

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

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

border-color css

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

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

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