Html Css Color HEX #CED32D Bitter Lemon

📋 copy color: '#CED32D'

red 206 ◦ green 211 ◦ blue 45

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

Shades of Bitter Lemon #CED32D

Tints of Bitter Lemon #CED32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.74%

R = 44.59%
G = 45.67%
B = 9.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#CED32D (or 0xCED32D) is known color: Bitter Lemon. HEX triplet: CE, D3 and 2D. RGB value is (206,211,45). Sum of RGB (Red+Green+Blue) = 206+211+45=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 45 (17.97% from 255 or 9.74% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #CED32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED32D is #312CD2. Grayscale: #BFBFBF. Windows color (decimal): -3222739 or 3003342. OLE color: 3003342.

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

Color convert

RGB 206 211 45 -
CMYK 0.02 0 0.79 0.17
HSL 61.81º 0.65% 0.5% -
HSV(B) 61.81º 0.79% 0.83% -
XYZ 49.22 59.9 11.45 -
YUV 190.58 45.84 139 -
System Red Green Blue C M Y K H S L
Decimal 206 211 45 0.02 0 0.79 0.17 61.81 0.65 0.5
Hex CE D3 2D 2 0 4F 11 3E 41 32
Octal 316 323 55 2 0 117 21 76 101 62
Binary 11001110 11010011 101101 10 0 1001111 10001 111110 1000001 110010

Color Harmonies of #CED32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED32D

Black with #CED32D

Text Example


Text Example

White with #CED32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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