Html Css Color HEX #CED834 Bitter Lemon

📋 copy color: '#CED834'

red 206 ◦ green 216 ◦ blue 52

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

Shades of Bitter Lemon #CED834

Tints of Bitter Lemon #CED834

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.57%

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

R = 43.46%
G = 45.57%
B = 10.97%

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

#CED834 (or 0xCED834) is known color: Bitter Lemon. HEX triplet: CE, D8 and 34. RGB value is (206,216,52). Sum of RGB (Red+Green+Blue) = 206+216+52=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #CED834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED834 is #3127CB. Grayscale: #C2C2C2. Windows color (decimal): -3221452 or 3463374. OLE color: 3463374.

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

Color convert

RGB 206 216 52 -
CMYK 0.05 0 0.76 0.15
HSL 63.66º 0.68% 0.53% -
HSV(B) 63.66º 0.76% 0.85% -
XYZ 50.63 62.48 12.64 -
YUV 194.31 47.69 136.34 -
System Red Green Blue C M Y K H S L
Decimal 206 216 52 0.05 0 0.76 0.15 63.66 0.68 0.53
Hex CE D8 34 5 0 4C F 40 44 35
Octal 316 330 64 5 0 114 17 100 104 65
Binary 11001110 11011000 110100 101 0 1001100 1111 1000000 1000100 110101

Color Harmonies of #CED834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED834

Black with #CED834

Text Example


Text Example

White with #CED834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED834; }

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

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

background-color css

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

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

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

border-color css

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

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

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