Html Css Color HEX #CED63D Bitter Lemon

📋 copy color: '#CED63D'

red 206 ◦ green 214 ◦ blue 61

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

Shades of Bitter Lemon #CED63D

Tints of Bitter Lemon #CED63D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.68%

R = 42.83%
G = 44.49%
B = 12.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#CED63D (or 0xCED63D) is known color: Bitter Lemon. HEX triplet: CE, D6 and 3D. RGB value is (206,214,61). Sum of RGB (Red+Green+Blue) = 206+214+61=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #CED63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED63D is #3129C2. Grayscale: #C2C2C2. Windows color (decimal): -3221955 or 4052686. OLE color: 4052686.

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

Color convert

RGB 206 214 61 -
CMYK 0.04 0 0.71 0.16
HSL 63.14º 0.65% 0.54% -
HSV(B) 63.14º 0.71% 0.84% -
XYZ 50.34 61.55 13.64 -
YUV 194.17 52.85 136.44 -
System Red Green Blue C M Y K H S L
Decimal 206 214 61 0.04 0 0.71 0.16 63.14 0.65 0.54
Hex CE D6 3D 4 0 47 10 3F 41 36
Octal 316 326 75 4 0 107 20 77 101 66
Binary 11001110 11010110 111101 100 0 1000111 10000 111111 1000001 110110

Color Harmonies of #CED63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED63D

Black with #CED63D

Text Example


Text Example

White with #CED63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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