Html Css Color HEX #CED531 Bitter Lemon

📋 copy color: '#CED531'

red 206 ◦ green 213 ◦ blue 49

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

Shades of Bitter Lemon #CED531

Tints of Bitter Lemon #CED531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.47%

R = 44.02%
G = 45.51%
B = 10.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#CED531 (or 0xCED531) is known color: Bitter Lemon. HEX triplet: CE, D5 and 31. RGB value is (206,213,49). Sum of RGB (Red+Green+Blue) = 206+213+49=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #CED531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED531 is #312ACE. Grayscale: #C0C0C0. Windows color (decimal): -3222223 or 3265998. OLE color: 3265998.

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

Color convert

RGB 206 213 49 -
CMYK 0.03 0 0.77 0.16
HSL 62.56º 0.66% 0.51% -
HSV(B) 62.56º 0.77% 0.84% -
XYZ 49.8 60.93 12.04 -
YUV 192.21 47.18 137.84 -
System Red Green Blue C M Y K H S L
Decimal 206 213 49 0.03 0 0.77 0.16 62.56 0.66 0.51
Hex CE D5 31 3 0 4D 10 3F 42 33
Octal 316 325 61 3 0 115 20 77 102 63
Binary 11001110 11010101 110001 11 0 1001101 10000 111111 1000010 110011

Color Harmonies of #CED531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED531

Black with #CED531

Text Example


Text Example

White with #CED531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED531; }

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

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

background-color css

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

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

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

border-color css

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

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

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