Html Css Color HEX #CED239 Bitter Lemon

📋 copy color: '#CED239'

red 206 ◦ green 210 ◦ blue 57

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

Shades of Bitter Lemon #CED239

Tints of Bitter Lemon #CED239

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.4%

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

R = 43.55%
G = 44.4%
B = 12.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#CED239 (or 0xCED239) is known color: Bitter Lemon. HEX triplet: CE, D2 and 39. RGB value is (206,210,57). Sum of RGB (Red+Green+Blue) = 206+210+57=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 57 (22.66% from 255 or 12.05% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #CED239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED239 is #312DC6. Grayscale: #BFBFBF. Windows color (decimal): -3222983 or 3789518. OLE color: 3789518.

HSL color Cylindrical-coordinate representation of color #CED239: hue angle of 61.57º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CED239 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 210 57 -
CMYK 0.02 0 0.73 0.18
HSL 61.57º 0.63% 0.52% -
HSV(B) 61.57º 0.73% 0.82% -
XYZ 49.24 59.51 12.76 -
YUV 191.36 52.17 138.44 -
System Red Green Blue C M Y K H S L
Decimal 206 210 57 0.02 0 0.73 0.18 61.57 0.63 0.52
Hex CE D2 39 2 0 49 12 3E 3F 34
Octal 316 322 71 2 0 111 22 76 77 64
Binary 11001110 11010010 111001 10 0 1001001 10010 111110 111111 110100

Color Harmonies of #CED239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED239

Black with #CED239

Text Example


Text Example

White with #CED239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED239; }

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

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

background-color css

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

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

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

border-color css

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

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

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