Html Css Color HEX #CED02C Bitter Lemon

📋 copy color: '#CED02C'

red 206 ◦ green 208 ◦ blue 44

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

Shades of Bitter Lemon #CED02C

Tints of Bitter Lemon #CED02C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.41%

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

R = 44.98%
G = 45.41%
B = 9.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#CED02C (or 0xCED02C) is known color: Bitter Lemon. HEX triplet: CE, D0 and 2C. RGB value is (206,208,44). Sum of RGB (Red+Green+Blue) = 206+208+44=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #CED02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED02C is #312FD3. Grayscale: #BDBDBD. Windows color (decimal): -3223508 or 2937038. OLE color: 2937038.

HSL color Cylindrical-coordinate representation of color #CED02C: hue angle of 60.73º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CED02C is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 208 44 -
CMYK 0.01 0 0.79 0.18
HSL 60.73º 0.65% 0.49% -
HSV(B) 60.73º 0.79% 0.82% -
XYZ 48.46 58.42 11.1 -
YUV 188.71 46.34 140.34 -
System Red Green Blue C M Y K H S L
Decimal 206 208 44 0.01 0 0.79 0.18 60.73 0.65 0.49
Hex CE D0 2C 1 0 4F 12 3D 41 31
Octal 316 320 54 1 0 117 22 75 101 61
Binary 11001110 11010000 101100 1 0 1001111 10010 111101 1000001 110001

Color Harmonies of #CED02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED02C

Black with #CED02C

Text Example


Text Example

White with #CED02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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