Html Css Color HEX #CED32A Bitter Lemon

📋 copy color: '#CED32A'

red 206 ◦ green 211 ◦ blue 42

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

Shades of Bitter Lemon #CED32A

Tints of Bitter Lemon #CED32A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.97%

 BLUE value IS 42 (16.8% from 255) = 9.15%

R = 44.88%
G = 45.97%
B = 9.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#CED32A (or 0xCED32A) is known color: Bitter Lemon. HEX triplet: CE, D3 and 2A. RGB value is (206,211,42). Sum of RGB (Red+Green+Blue) = 206+211+42=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 211 - color contains mainly: green. Hex color #CED32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED32A is #312CD5. Grayscale: #BEBEBE. Windows color (decimal): -3222742 or 2806734. OLE color: 2806734.

HSL color Cylindrical-coordinate representation of color #CED32A: hue angle of 61.78º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CED32A is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 42 -
CMYK 0.02 0 0.80 0.17
HSL 61.78º 0.67% 0.5% -
HSV(B) 61.78º 0.8% 0.83% -
XYZ 49.17 59.88 11.16 -
YUV 190.24 44.34 139.24 -
System Red Green Blue C M Y K H S L
Decimal 206 211 42 0.02 0 0.80 0.17 61.78 0.67 0.5
Hex CE D3 2A 2 0 50 11 3E 43 32
Octal 316 323 52 2 0 120 21 76 103 62
Binary 11001110 11010011 101010 10 0 1010000 10001 111110 1000011 110010

Color Harmonies of #CED32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED32A

Black with #CED32A

Text Example


Text Example

White with #CED32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED32A; }

 p { color: rgb(206,211,42); }

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

background-color css

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

 a { background-color: rgb(206,211,42); }

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

border-color css

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

 span { border-color: rgb(206,211,42); }

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