Html Css Color HEX #CED334 Bitter Lemon

📋 copy color: '#CED334'

red 206 ◦ green 211 ◦ blue 52

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

Shades of Bitter Lemon #CED334

Tints of Bitter Lemon #CED334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.09%

R = 43.92%
G = 44.99%
B = 11.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#CED334 (or 0xCED334) is known color: Bitter Lemon. HEX triplet: CE, D3 and 34. RGB value is (206,211,52). Sum of RGB (Red+Green+Blue) = 206+211+52=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 211 - color contains mainly: green. Hex color #CED334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED334 is #312CCB. Grayscale: #C0C0C0. Windows color (decimal): -3222732 or 3462094. OLE color: 3462094.

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

Color convert

RGB 206 211 52 -
CMYK 0.02 0 0.75 0.17
HSL 61.89º 0.64% 0.52% -
HSV(B) 61.89º 0.75% 0.83% -
XYZ 49.37 59.96 12.22 -
YUV 191.38 49.34 138.43 -
System Red Green Blue C M Y K H S L
Decimal 206 211 52 0.02 0 0.75 0.17 61.89 0.64 0.52
Hex CE D3 34 2 0 4B 11 3E 40 34
Octal 316 323 64 2 0 113 21 76 100 64
Binary 11001110 11010011 110100 10 0 1001011 10001 111110 1000000 110100

Color Harmonies of #CED334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED334

Black with #CED334

Text Example


Text Example

White with #CED334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED334; }

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

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

background-color css

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

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

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

border-color css

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

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

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