Html Css Color HEX #CED339 Bitter Lemon

📋 copy color: '#CED339'

red 206 ◦ green 211 ◦ blue 57

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

Shades of Bitter Lemon #CED339

Tints of Bitter Lemon #CED339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.03%

R = 43.46%
G = 44.51%
B = 12.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#CED339 (or 0xCED339) is known color: Bitter Lemon. HEX triplet: CE, D3 and 39. RGB value is (206,211,57). Sum of RGB (Red+Green+Blue) = 206+211+57=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 57 (22.66% from 255 or 12.03% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #CED339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED339 is #312CC6. Grayscale: #C0C0C0. Windows color (decimal): -3222727 or 3789774. OLE color: 3789774.

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

Color convert

RGB 206 211 57 -
CMYK 0.02 0 0.73 0.17
HSL 61.95º 0.64% 0.53% -
HSV(B) 61.95º 0.73% 0.83% -
XYZ 49.49 60.01 12.84 -
YUV 191.95 51.84 138.02 -
System Red Green Blue C M Y K H S L
Decimal 206 211 57 0.02 0 0.73 0.17 61.95 0.64 0.53
Hex CE D3 39 2 0 49 11 3E 40 35
Octal 316 323 71 2 0 111 21 76 100 65
Binary 11001110 11010011 111001 10 0 1001001 10001 111110 1000000 110101

Color Harmonies of #CED339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED339

Black with #CED339

Text Example


Text Example

White with #CED339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED339; }

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

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

background-color css

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

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

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

border-color css

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

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

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