Html Css Color HEX #CED636 Bitter Lemon

📋 copy color: '#CED636'

red 206 ◦ green 214 ◦ blue 54

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

Shades of Bitter Lemon #CED636

Tints of Bitter Lemon #CED636

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.15%

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

R = 43.46%
G = 45.15%
B = 11.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#CED636 (or 0xCED636) is known color: Bitter Lemon. HEX triplet: CE, D6 and 36. RGB value is (206,214,54). Sum of RGB (Red+Green+Blue) = 206+214+54=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 54 (21.48% from 255 or 11.39% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #CED636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED636 is #3129C9. Grayscale: #C2C2C2. Windows color (decimal): -3221962 or 3593934. OLE color: 3593934.

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

Color convert

RGB 206 214 54 -
CMYK 0.04 0 0.75 0.16
HSL 63º 0.66% 0.53% -
HSV(B) 63º 0.75% 0.84% -
XYZ 50.17 61.48 12.71 -
YUV 193.37 49.35 137.01 -
System Red Green Blue C M Y K H S L
Decimal 206 214 54 0.04 0 0.75 0.16 63 0.66 0.53
Hex CE D6 36 4 0 4B 10 3F 42 35
Octal 316 326 66 4 0 113 20 77 102 65
Binary 11001110 11010110 110110 100 0 1001011 10000 111111 1000010 110101

Color Harmonies of #CED636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED636

Black with #CED636

Text Example


Text Example

White with #CED636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED636; }

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

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

background-color css

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

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

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

border-color css

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

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

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