Html Css Color HEX #CED539 Bitter Lemon

📋 copy color: '#CED539'

red 206 ◦ green 213 ◦ blue 57

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

Shades of Bitter Lemon #CED539

Tints of Bitter Lemon #CED539

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.75%

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

R = 43.28%
G = 44.75%
B = 11.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#CED539 (or 0xCED539) is known color: Bitter Lemon. HEX triplet: CE, D5 and 39. RGB value is (206,213,57). Sum of RGB (Red+Green+Blue) = 206+213+57=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 57 (22.66% from 255 or 11.97% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #CED539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED539 is #312AC6. Grayscale: #C1C1C1. Windows color (decimal): -3222215 or 3790286. OLE color: 3790286.

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

Color convert

RGB 206 213 57 -
CMYK 0.03 0 0.73 0.16
HSL 62.69º 0.65% 0.53% -
HSV(B) 62.69º 0.73% 0.84% -
XYZ 49.99 61.01 13.01 -
YUV 193.12 51.18 137.18 -
System Red Green Blue C M Y K H S L
Decimal 206 213 57 0.03 0 0.73 0.16 62.69 0.65 0.53
Hex CE D5 39 3 0 49 10 3F 41 35
Octal 316 325 71 3 0 111 20 77 101 65
Binary 11001110 11010101 111001 11 0 1001001 10000 111111 1000001 110101

Color Harmonies of #CED539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED539

Black with #CED539

Text Example


Text Example

White with #CED539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED539; }

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

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

background-color css

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

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

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

border-color css

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

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

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