Html Css Color HEX #CED62C Bitter Lemon

📋 copy color: '#CED62C'

red 206 ◦ green 214 ◦ blue 44

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

Shades of Bitter Lemon #CED62C

Tints of Bitter Lemon #CED62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.48%

R = 44.4%
G = 46.12%
B = 9.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#CED62C (or 0xCED62C) is known color: Bitter Lemon. HEX triplet: CE, D6 and 2C. RGB value is (206,214,44). Sum of RGB (Red+Green+Blue) = 206+214+44=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 44 (17.58% from 255 or 9.48% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #CED62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED62C is #3129D3. Grayscale: #C0C0C0. Windows color (decimal): -3221972 or 2938574. OLE color: 2938574.

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

Color convert

RGB 206 214 44 -
CMYK 0.04 0 0.79 0.16
HSL 62.82º 0.67% 0.51% -
HSV(B) 62.82º 0.79% 0.84% -
XYZ 49.95 61.4 11.6 -
YUV 192.23 44.35 137.82 -
System Red Green Blue C M Y K H S L
Decimal 206 214 44 0.04 0 0.79 0.16 62.82 0.67 0.51
Hex CE D6 2C 4 0 4F 10 3F 43 33
Octal 316 326 54 4 0 117 20 77 103 63
Binary 11001110 11010110 101100 100 0 1001111 10000 111111 1000011 110011

Color Harmonies of #CED62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED62C

Black with #CED62C

Text Example


Text Example

White with #CED62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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