Html Css Color HEX #CED735 Bitter Lemon

📋 copy color: '#CED735'

red 206 ◦ green 215 ◦ blue 53

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

Shades of Bitter Lemon #CED735

Tints of Bitter Lemon #CED735

RGB

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

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

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

R = 43.46%
G = 45.36%
B = 11.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#CED735 (or 0xCED735) is known color: Bitter Lemon. HEX triplet: CE, D7 and 35. RGB value is (206,215,53). Sum of RGB (Red+Green+Blue) = 206+215+53=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 53 (21.09% from 255 or 11.18% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #CED735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED735 is #3128CA. Grayscale: #C2C2C2. Windows color (decimal): -3221707 or 3528654. OLE color: 3528654.

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

Color convert

RGB 206 215 53 -
CMYK 0.04 0 0.75 0.16
HSL 63.33º 0.67% 0.53% -
HSV(B) 63.33º 0.75% 0.84% -
XYZ 50.4 61.98 12.68 -
YUV 193.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 206 215 53 0.04 0 0.75 0.16 63.33 0.67 0.53
Hex CE D7 35 4 0 4B 10 3F 43 35
Octal 316 327 65 4 0 113 20 77 103 65
Binary 11001110 11010111 110101 100 0 1001011 10000 111111 1000011 110101

Color Harmonies of #CED735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED735

Black with #CED735

Text Example


Text Example

White with #CED735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED735; }

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

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

background-color css

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

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

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

border-color css

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

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

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