Html Css Color HEX #CED933 Bitter Lemon

📋 copy color: '#CED933'

red 206 ◦ green 217 ◦ blue 51

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

Shades of Bitter Lemon #CED933

Tints of Bitter Lemon #CED933

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.78%

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

R = 43.46%
G = 45.78%
B = 10.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#CED933 (or 0xCED933) is known color: Bitter Lemon. HEX triplet: CE, D9 and 33. RGB value is (206,217,51). Sum of RGB (Red+Green+Blue) = 206+217+51=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 51 (20.31% from 255 or 10.76% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #CED933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED933 is #3126CC. Grayscale: #C3C3C3. Windows color (decimal): -3221197 or 3398094. OLE color: 3398094.

HSL color Cylindrical-coordinate representation of color #CED933: hue angle of 63.98º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CED933 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 51 -
CMYK 0.05 0 0.76 0.15
HSL 63.98º 0.69% 0.53% -
HSV(B) 63.98º 0.76% 0.85% -
XYZ 50.86 62.99 12.61 -
YUV 194.79 46.86 136 -
System Red Green Blue C M Y K H S L
Decimal 206 217 51 0.05 0 0.76 0.15 63.98 0.69 0.53
Hex CE D9 33 5 0 4C F 40 45 35
Octal 316 331 63 5 0 114 17 100 105 65
Binary 11001110 11011001 110011 101 0 1001100 1111 1000000 1000101 110101

Color Harmonies of #CED933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED933

Black with #CED933

Text Example


Text Example

White with #CED933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED933; }

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

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

background-color css

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

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

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

border-color css

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

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

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