Html Css Color HEX #CED934 Bitter Lemon

📋 copy color: '#CED934'

red 206 ◦ green 217 ◦ blue 52

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

Shades of Bitter Lemon #CED934

Tints of Bitter Lemon #CED934

RGB

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

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

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

R = 43.37%
G = 45.68%
B = 10.95%

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

#CED934 (or 0xCED934) is known color: Bitter Lemon. HEX triplet: CE, D9 and 34. RGB value is (206,217,52). Sum of RGB (Red+Green+Blue) = 206+217+52=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 52 (20.70% from 255 or 10.95% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #CED934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED934 is #3126CB. Grayscale: #C3C3C3. Windows color (decimal): -3221196 or 3463630. OLE color: 3463630.

HSL color Cylindrical-coordinate representation of color #CED934: hue angle of 64º degrees, saturation: 0.68, 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 #CED934 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 52 -
CMYK 0.05 0 0.76 0.15
HSL 64º 0.68% 0.53% -
HSV(B) 64º 0.76% 0.85% -
XYZ 50.89 63 12.73 -
YUV 194.9 47.36 135.92 -
System Red Green Blue C M Y K H S L
Decimal 206 217 52 0.05 0 0.76 0.15 64 0.68 0.53
Hex CE D9 34 5 0 4C F 40 44 35
Octal 316 331 64 5 0 114 17 100 104 65
Binary 11001110 11011001 110100 101 0 1001100 1111 1000000 1000100 110101

Color Harmonies of #CED934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED934

Black with #CED934

Text Example


Text Example

White with #CED934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED934; }

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

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

background-color css

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

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

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

border-color css

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

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

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