Html Css Color HEX #CED737 Bitter Lemon

📋 copy color: '#CED737'

red 206 ◦ green 215 ◦ blue 55

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

Shades of Bitter Lemon #CED737

Tints of Bitter Lemon #CED737

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.17%

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

R = 43.28%
G = 45.17%
B = 11.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#CED737 (or 0xCED737) is known color: Bitter Lemon. HEX triplet: CE, D7 and 37. RGB value is (206,215,55). Sum of RGB (Red+Green+Blue) = 206+215+55=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 55 (21.88% from 255 or 11.55% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #CED737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED737 is #3128C8. Grayscale: #C2C2C2. Windows color (decimal): -3221705 or 3659726. OLE color: 3659726.

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

Color convert

RGB 206 215 55 -
CMYK 0.04 0 0.74 0.16
HSL 63.38º 0.67% 0.53% -
HSV(B) 63.38º 0.74% 0.84% -
XYZ 50.44 62 12.92 -
YUV 194.07 49.52 136.51 -
System Red Green Blue C M Y K H S L
Decimal 206 215 55 0.04 0 0.74 0.16 63.38 0.67 0.53
Hex CE D7 37 4 0 4A 10 3F 43 35
Octal 316 327 67 4 0 112 20 77 103 65
Binary 11001110 11010111 110111 100 0 1001010 10000 111111 1000011 110101

Color Harmonies of #CED737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED737

Black with #CED737

Text Example


Text Example

White with #CED737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED737; }

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

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

background-color css

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

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

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

border-color css

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

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

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