Html Css Color HEX #CED72C Bitter Lemon

📋 copy color: '#CED72C'

red 206 ◦ green 215 ◦ blue 44

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

Shades of Bitter Lemon #CED72C

Tints of Bitter Lemon #CED72C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.46%

R = 44.3%
G = 46.24%
B = 9.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#CED72C (or 0xCED72C) is known color: Bitter Lemon. HEX triplet: CE, D7 and 2C. RGB value is (206,215,44). Sum of RGB (Red+Green+Blue) = 206+215+44=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 44 (17.58% from 255 or 9.46% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #CED72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED72C is #3128D3. Grayscale: #C1C1C1. Windows color (decimal): -3221716 or 2938830. OLE color: 2938830.

HSL color Cylindrical-coordinate representation of color #CED72C: hue angle of 63.16º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CED72C is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 44 -
CMYK 0.04 0 0.80 0.16
HSL 63.16º 0.68% 0.51% -
HSV(B) 63.16º 0.8% 0.84% -
XYZ 50.21 61.9 11.69 -
YUV 192.82 44.02 137.4 -
System Red Green Blue C M Y K H S L
Decimal 206 215 44 0.04 0 0.80 0.16 63.16 0.68 0.51
Hex CE D7 2C 4 0 50 10 3F 44 33
Octal 316 327 54 4 0 120 20 77 104 63
Binary 11001110 11010111 101100 100 0 1010000 10000 111111 1000100 110011

Color Harmonies of #CED72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED72C

Black with #CED72C

Text Example


Text Example

White with #CED72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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