Html Css Color HEX #CED328 Bitter Lemon

📋 copy color: '#CED328'

red 206 ◦ green 211 ◦ blue 40

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

Shades of Bitter Lemon #CED328

Tints of Bitter Lemon #CED328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.75%

R = 45.08%
G = 46.17%
B = 8.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#CED328 (or 0xCED328) is known color: Bitter Lemon. HEX triplet: CE, D3 and 28. RGB value is (206,211,40). Sum of RGB (Red+Green+Blue) = 206+211+40=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 211 - color contains mainly: green. Hex color #CED328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED328 is #312CD7. Grayscale: #BEBEBE. Windows color (decimal): -3222744 or 2675662. OLE color: 2675662.

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

Color convert

RGB 206 211 40 -
CMYK 0.02 0 0.81 0.17
HSL 61.75º 0.68% 0.49% -
HSV(B) 61.75º 0.81% 0.83% -
XYZ 49.13 59.86 10.97 -
YUV 190.01 43.34 139.4 -
System Red Green Blue C M Y K H S L
Decimal 206 211 40 0.02 0 0.81 0.17 61.75 0.68 0.49
Hex CE D3 28 2 0 51 11 3E 44 31
Octal 316 323 50 2 0 121 21 76 104 61
Binary 11001110 11010011 101000 10 0 1010001 10001 111110 1000100 110001

Color Harmonies of #CED328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED328

Black with #CED328

Text Example


Text Example

White with #CED328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED328; }

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

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

background-color css

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

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

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

border-color css

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

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

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