Html Css Color HEX #CED622 Bitter Lemon

📋 copy color: '#CED622'

red 206 ◦ green 214 ◦ blue 34

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

Shades of Bitter Lemon #CED622

Tints of Bitter Lemon #CED622

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

 BLUE value IS 34 (13.67% from 255) = 7.49%

R = 45.37%
G = 47.14%
B = 7.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#CED622 (or 0xCED622) is known color: Bitter Lemon. HEX triplet: CE, D6 and 22. RGB value is (206,214,34). Sum of RGB (Red+Green+Blue) = 206+214+34=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 34 (13.67% from 255 or 7.49% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #CED622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED622 is #3129DD. Grayscale: #BFBFBF. Windows color (decimal): -3221982 or 2283214. OLE color: 2283214.

HSL color Cylindrical-coordinate representation of color #CED622: hue angle of 62.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CED622 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 34 -
CMYK 0.04 0 0.84 0.16
HSL 62.67º 0.73% 0.49% -
HSV(B) 62.67º 0.84% 0.84% -
XYZ 49.79 61.33 10.73 -
YUV 191.09 39.35 138.64 -
System Red Green Blue C M Y K H S L
Decimal 206 214 34 0.04 0 0.84 0.16 62.67 0.73 0.49
Hex CE D6 22 4 0 54 10 3F 49 31
Octal 316 326 42 4 0 124 20 77 111 61
Binary 11001110 11010110 100010 100 0 1010100 10000 111111 1001001 110001

Color Harmonies of #CED622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED622

Black with #CED622

Text Example


Text Example

White with #CED622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED622; }

 p { color: rgb(206,214,34); }

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

background-color css

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

 a { background-color: rgb(206,214,34); }

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

border-color css

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

 span { border-color: rgb(206,214,34); }

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