Html Css Color HEX #CED936 Bitter Lemon

📋 copy color: '#CED936'

red 206 ◦ green 217 ◦ blue 54

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

Shades of Bitter Lemon #CED936

Tints of Bitter Lemon #CED936

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.49%

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

R = 43.19%
G = 45.49%
B = 11.32%

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

#CED936 (or 0xCED936) is known color: Bitter Lemon. HEX triplet: CE, D9 and 36. RGB value is (206,217,54). Sum of RGB (Red+Green+Blue) = 206+217+54=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 54 (21.48% from 255 or 11.32% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #CED936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED936 is #3126C9. Grayscale: #C3C3C3. Windows color (decimal): -3221194 or 3594702. OLE color: 3594702.

HSL color Cylindrical-coordinate representation of color #CED936: hue angle of 64.05º 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 #CED936 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 54 -
CMYK 0.05 0 0.75 0.15
HSL 64.05º 0.68% 0.53% -
HSV(B) 64.05º 0.75% 0.85% -
XYZ 50.93 63.01 12.97 -
YUV 195.13 48.36 135.75 -
System Red Green Blue C M Y K H S L
Decimal 206 217 54 0.05 0 0.75 0.15 64.05 0.68 0.53
Hex CE D9 36 5 0 4B F 40 44 35
Octal 316 331 66 5 0 113 17 100 104 65
Binary 11001110 11011001 110110 101 0 1001011 1111 1000000 1000100 110101

Color Harmonies of #CED936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED936

Black with #CED936

Text Example


Text Example

White with #CED936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED936; }

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

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

background-color css

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

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

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

border-color css

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

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

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