Html Css Color HEX #CED535 Bitter Lemon

📋 copy color: '#CED535'

red 206 ◦ green 213 ◦ blue 53

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

Shades of Bitter Lemon #CED535

Tints of Bitter Lemon #CED535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.23%

R = 43.64%
G = 45.13%
B = 11.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#CED535 (or 0xCED535) is known color: Bitter Lemon. HEX triplet: CE, D5 and 35. RGB value is (206,213,53). Sum of RGB (Red+Green+Blue) = 206+213+53=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 53 (21.09% from 255 or 11.23% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #CED535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED535 is #312ACA. Grayscale: #C1C1C1. Windows color (decimal): -3222219 or 3528142. OLE color: 3528142.

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

Color convert

RGB 206 213 53 -
CMYK 0.03 0 0.75 0.16
HSL 62.63º 0.66% 0.52% -
HSV(B) 62.63º 0.75% 0.84% -
XYZ 49.89 60.97 12.51 -
YUV 192.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 206 213 53 0.03 0 0.75 0.16 62.63 0.66 0.52
Hex CE D5 35 3 0 4B 10 3F 42 34
Octal 316 325 65 3 0 113 20 77 102 64
Binary 11001110 11010101 110101 11 0 1001011 10000 111111 1000010 110100

Color Harmonies of #CED535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED535

Black with #CED535

Text Example


Text Example

White with #CED535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED535; }

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

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

background-color css

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

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

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

border-color css

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

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

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