Html Css Color HEX #CED937 Bitter Lemon

📋 copy color: '#CED937'

red 206 ◦ green 217 ◦ blue 55

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

Shades of Bitter Lemon #CED937

Tints of Bitter Lemon #CED937

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.4%

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

R = 43.1%
G = 45.4%
B = 11.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#CED937 (or 0xCED937) is known color: Bitter Lemon. HEX triplet: CE, D9 and 37. RGB value is (206,217,55). Sum of RGB (Red+Green+Blue) = 206+217+55=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 55 (21.88% from 255 or 11.51% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #CED937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED937 is #3126C8. Grayscale: #C3C3C3. Windows color (decimal): -3221193 or 3660238. OLE color: 3660238.

HSL color Cylindrical-coordinate representation of color #CED937: hue angle of 64.07º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CED937 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 55 -
CMYK 0.05 0 0.75 0.15
HSL 64.07º 0.68% 0.53% -
HSV(B) 64.07º 0.75% 0.85% -
XYZ 50.96 63.02 13.09 -
YUV 195.24 48.86 135.67 -
System Red Green Blue C M Y K H S L
Decimal 206 217 55 0.05 0 0.75 0.15 64.07 0.68 0.53
Hex CE D9 37 5 0 4B F 40 44 35
Octal 316 331 67 5 0 113 17 100 104 65
Binary 11001110 11011001 110111 101 0 1001011 1111 1000000 1000100 110101

Color Harmonies of #CED937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED937

Black with #CED937

Text Example


Text Example

White with #CED937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED937; }

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

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

background-color css

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

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

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

border-color css

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

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

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