Html Css Color HEX #CED333 Bitter Lemon

📋 copy color: '#CED333'

red 206 ◦ green 211 ◦ blue 51

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

Shades of Bitter Lemon #CED333

Tints of Bitter Lemon #CED333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.9%

R = 44.02%
G = 45.09%
B = 10.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#CED333 (or 0xCED333) is known color: Bitter Lemon. HEX triplet: CE, D3 and 33. RGB value is (206,211,51). Sum of RGB (Red+Green+Blue) = 206+211+51=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 51 (20.31% from 255 or 10.90% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #CED333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED333 is #312CCC. Grayscale: #BFBFBF. Windows color (decimal): -3222733 or 3396558. OLE color: 3396558.

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

Color convert

RGB 206 211 51 -
CMYK 0.02 0 0.76 0.17
HSL 61.88º 0.65% 0.51% -
HSV(B) 61.88º 0.76% 0.83% -
XYZ 49.35 59.95 12.1 -
YUV 191.27 48.84 138.51 -
System Red Green Blue C M Y K H S L
Decimal 206 211 51 0.02 0 0.76 0.17 61.88 0.65 0.51
Hex CE D3 33 2 0 4C 11 3E 41 33
Octal 316 323 63 2 0 114 21 76 101 63
Binary 11001110 11010011 110011 10 0 1001100 10001 111110 1000001 110011

Color Harmonies of #CED333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED333

Black with #CED333

Text Example


Text Example

White with #CED333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED333; }

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

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

background-color css

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

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

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

border-color css

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

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

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