Html Css Color HEX #CEDC3A Bitter Lemon

📋 copy color: '#CEDC3A'

red 206 ◦ green 220 ◦ blue 58

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

Shades of Bitter Lemon #CEDC3A

Tints of Bitter Lemon #CEDC3A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.45%

 BLUE value IS 58 (23.05% from 255) = 11.98%

R = 42.56%
G = 45.45%
B = 11.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#CEDC3A (or 0xCEDC3A) is known color: Bitter Lemon. HEX triplet: CE, DC and 3A. RGB value is (206,220,58). Sum of RGB (Red+Green+Blue) = 206+220+58=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC3A is #3123C5. Grayscale: #C5C5C5. Windows color (decimal): -3220422 or 3857614. OLE color: 3857614.

HSL color Cylindrical-coordinate representation of color #CEDC3A: hue angle of 65.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEDC3A is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 58 -
CMYK 0.06 0 0.74 0.14
HSL 65.19º 0.7% 0.55% -
HSV(B) 65.19º 0.74% 0.86% -
XYZ 51.81 64.61 13.74 -
YUV 197.35 49.36 134.17 -
System Red Green Blue C M Y K H S L
Decimal 206 220 58 0.06 0 0.74 0.14 65.19 0.7 0.55
Hex CE DC 3A 6 0 4A E 41 46 37
Octal 316 334 72 6 0 112 16 101 106 67
Binary 11001110 11011100 111010 110 0 1001010 1110 1000001 1000110 110111

Color Harmonies of #CEDC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC3A

Black with #CEDC3A

Text Example


Text Example

White with #CEDC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC3A; }

 p { color: rgb(206,220,58); }

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

background-color css

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

 a { background-color: rgb(206,220,58); }

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

border-color css

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

 span { border-color: rgb(206,220,58); }

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