Html Css Color HEX #CED32E Bitter Lemon

📋 copy color: '#CED32E'

red 206 ◦ green 211 ◦ blue 46

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

Shades of Bitter Lemon #CED32E

Tints of Bitter Lemon #CED32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.94%

R = 44.49%
G = 45.57%
B = 9.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#CED32E (or 0xCED32E) is known color: Bitter Lemon. HEX triplet: CE, D3 and 2E. RGB value is (206,211,46). Sum of RGB (Red+Green+Blue) = 206+211+46=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 46 (18.36% from 255 or 9.94% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #CED32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED32E is #312CD1. Grayscale: #BFBFBF. Windows color (decimal): -3222738 or 3068878. OLE color: 3068878.

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

Color convert

RGB 206 211 46 -
CMYK 0.02 0 0.78 0.17
HSL 61.82º 0.65% 0.5% -
HSV(B) 61.82º 0.78% 0.83% -
XYZ 49.24 59.91 11.55 -
YUV 190.7 46.34 138.92 -
System Red Green Blue C M Y K H S L
Decimal 206 211 46 0.02 0 0.78 0.17 61.82 0.65 0.5
Hex CE D3 2E 2 0 4E 11 3E 41 32
Octal 316 323 56 2 0 116 21 76 101 62
Binary 11001110 11010011 101110 10 0 1001110 10001 111110 1000001 110010

Color Harmonies of #CED32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED32E

Black with #CED32E

Text Example


Text Example

White with #CED32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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