Html Css Color HEX #CED927 Bitter Lemon

📋 copy color: '#CED927'

red 206 ◦ green 217 ◦ blue 39

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

Shades of Bitter Lemon #CED927

Tints of Bitter Lemon #CED927

RGB

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

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

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

R = 44.59%
G = 46.97%
B = 8.44%

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

#CED927 (or 0xCED927) is known color: Bitter Lemon. HEX triplet: CE, D9 and 27. RGB value is (206,217,39). Sum of RGB (Red+Green+Blue) = 206+217+39=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 39 (15.62% from 255 or 8.44% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #CED927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED927 is #3126D8. Grayscale: #C2C2C2. Windows color (decimal): -3221209 or 2611662. OLE color: 2611662.

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

Color convert

RGB 206 217 39 -
CMYK 0.05 0 0.82 0.15
HSL 63.71º 0.7% 0.5% -
HSV(B) 63.71º 0.82% 0.85% -
XYZ 50.63 62.89 11.39 -
YUV 193.42 40.86 136.97 -
System Red Green Blue C M Y K H S L
Decimal 206 217 39 0.05 0 0.82 0.15 63.71 0.7 0.5
Hex CE D9 27 5 0 52 F 40 46 32
Octal 316 331 47 5 0 122 17 100 106 62
Binary 11001110 11011001 100111 101 0 1010010 1111 1000000 1000110 110010

Color Harmonies of #CED927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED927

Black with #CED927

Text Example


Text Example

White with #CED927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED927; }

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

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

background-color css

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

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

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

border-color css

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

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

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