Html Css Color HEX #CED337 Bitter Lemon

📋 copy color: '#CED337'

red 206 ◦ green 211 ◦ blue 55

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

Shades of Bitter Lemon #CED337

Tints of Bitter Lemon #CED337

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.7%

 BLUE value IS 55 (21.88% from 255) = 11.65%

R = 43.64%
G = 44.7%
B = 11.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#CED337 (or 0xCED337) is known color: Bitter Lemon. HEX triplet: CE, D3 and 37. RGB value is (206,211,55). Sum of RGB (Red+Green+Blue) = 206+211+55=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 55 (21.88% from 255 or 11.65% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #CED337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED337 is #312CC8. Grayscale: #C0C0C0. Windows color (decimal): -3222729 or 3658702. OLE color: 3658702.

HSL color Cylindrical-coordinate representation of color #CED337: hue angle of 61.92º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CED337 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 55 -
CMYK 0.02 0 0.74 0.17
HSL 61.92º 0.64% 0.52% -
HSV(B) 61.92º 0.74% 0.83% -
XYZ 49.44 59.99 12.59 -
YUV 191.72 50.84 138.18 -
System Red Green Blue C M Y K H S L
Decimal 206 211 55 0.02 0 0.74 0.17 61.92 0.64 0.52
Hex CE D3 37 2 0 4A 11 3E 40 34
Octal 316 323 67 2 0 112 21 76 100 64
Binary 11001110 11010011 110111 10 0 1001010 10001 111110 1000000 110100

Color Harmonies of #CED337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED337

Black with #CED337

Text Example


Text Example

White with #CED337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED337; }

 p { color: rgb(206,211,55); }

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

background-color css

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

 a { background-color: rgb(206,211,55); }

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

border-color css

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

 span { border-color: rgb(206,211,55); }

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