Html Css Color HEX #CED628 Bitter Lemon

📋 copy color: '#CED628'

red 206 ◦ green 214 ◦ blue 40

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

Shades of Bitter Lemon #CED628

Tints of Bitter Lemon #CED628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.7%

R = 44.78%
G = 46.52%
B = 8.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#CED628 (or 0xCED628) is known color: Bitter Lemon. HEX triplet: CE, D6 and 28. RGB value is (206,214,40). Sum of RGB (Red+Green+Blue) = 206+214+40=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #CED628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED628 is #3129D7. Grayscale: #C0C0C0. Windows color (decimal): -3221976 or 2676430. OLE color: 2676430.

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

Color convert

RGB 206 214 40 -
CMYK 0.04 0 0.81 0.16
HSL 62.76º 0.69% 0.5% -
HSV(B) 62.76º 0.81% 0.84% -
XYZ 49.88 61.37 11.22 -
YUV 191.77 42.35 138.15 -
System Red Green Blue C M Y K H S L
Decimal 206 214 40 0.04 0 0.81 0.16 62.76 0.69 0.5
Hex CE D6 28 4 0 51 10 3F 45 32
Octal 316 326 50 4 0 121 20 77 105 62
Binary 11001110 11010110 101000 100 0 1010001 10000 111111 1000101 110010

Color Harmonies of #CED628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED628

Black with #CED628

Text Example


Text Example

White with #CED628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED628; }

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

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

background-color css

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

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

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

border-color css

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

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

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