Html Css Color HEX #CED827 Bitter Lemon

📋 copy color: '#CED827'

red 206 ◦ green 216 ◦ blue 39

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

Shades of Bitter Lemon #CED827

Tints of Bitter Lemon #CED827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.46%

R = 44.69%
G = 46.85%
B = 8.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#CED827 (or 0xCED827) is known color: Bitter Lemon. HEX triplet: CE, D8 and 27. RGB value is (206,216,39). Sum of RGB (Red+Green+Blue) = 206+216+39=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 39 (15.62% from 255 or 8.46% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #CED827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED827 is #3127D8. Grayscale: #C1C1C1. Windows color (decimal): -3221465 or 2611406. OLE color: 2611406.

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

Color convert

RGB 206 216 39 -
CMYK 0.05 0 0.82 0.15
HSL 63.39º 0.69% 0.5% -
HSV(B) 63.39º 0.82% 0.85% -
XYZ 50.38 62.38 11.3 -
YUV 192.83 41.19 137.39 -
System Red Green Blue C M Y K H S L
Decimal 206 216 39 0.05 0 0.82 0.15 63.39 0.69 0.5
Hex CE D8 27 5 0 52 F 3F 45 32
Octal 316 330 47 5 0 122 17 77 105 62
Binary 11001110 11011000 100111 101 0 1010010 1111 111111 1000101 110010

Color Harmonies of #CED827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED827

Black with #CED827

Text Example


Text Example

White with #CED827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED827; }

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

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

background-color css

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

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

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

border-color css

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

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

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