Html Css Color HEX #CED73C Bitter Lemon

📋 copy color: '#CED73C'

red 206 ◦ green 215 ◦ blue 60

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

Shades of Bitter Lemon #CED73C

Tints of Bitter Lemon #CED73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.47%

R = 42.83%
G = 44.7%
B = 12.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#CED73C (or 0xCED73C) is known color: Bitter Lemon. HEX triplet: CE, D7 and 3C. RGB value is (206,215,60). Sum of RGB (Red+Green+Blue) = 206+215+60=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 60 (23.83% from 255 or 12.47% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #CED73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED73C is #3128C3. Grayscale: #C3C3C3. Windows color (decimal): -3221700 or 3987406. OLE color: 3987406.

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

Color convert

RGB 206 215 60 -
CMYK 0.04 0 0.72 0.16
HSL 63.48º 0.66% 0.54% -
HSV(B) 63.48º 0.72% 0.84% -
XYZ 50.57 62.05 13.59 -
YUV 194.64 52.02 136.1 -
System Red Green Blue C M Y K H S L
Decimal 206 215 60 0.04 0 0.72 0.16 63.48 0.66 0.54
Hex CE D7 3C 4 0 48 10 3F 42 36
Octal 316 327 74 4 0 110 20 77 102 66
Binary 11001110 11010111 111100 100 0 1001000 10000 111111 1000010 110110

Color Harmonies of #CED73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED73C

Black with #CED73C

Text Example


Text Example

White with #CED73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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