Html Css Color HEX #CED53D Bitter Lemon

📋 copy color: '#CED53D'

red 206 ◦ green 213 ◦ blue 61

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

Shades of Bitter Lemon #CED53D

Tints of Bitter Lemon #CED53D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.38%

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

R = 42.92%
G = 44.38%
B = 12.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#CED53D (or 0xCED53D) is known color: Bitter Lemon. HEX triplet: CE, D5 and 3D. RGB value is (206,213,61). Sum of RGB (Red+Green+Blue) = 206+213+61=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #CED53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED53D is #312AC2. Grayscale: #C2C2C2. Windows color (decimal): -3222211 or 4052430. OLE color: 4052430.

HSL color Cylindrical-coordinate representation of color #CED53D: hue angle of 62.76º degrees, saturation: 0.64, 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 #CED53D is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 61 -
CMYK 0.03 0 0.71 0.16
HSL 62.76º 0.64% 0.54% -
HSV(B) 62.76º 0.71% 0.84% -
XYZ 50.09 61.05 13.56 -
YUV 193.58 53.18 136.86 -
System Red Green Blue C M Y K H S L
Decimal 206 213 61 0.03 0 0.71 0.16 62.76 0.64 0.54
Hex CE D5 3D 3 0 47 10 3F 40 36
Octal 316 325 75 3 0 107 20 77 100 66
Binary 11001110 11010101 111101 11 0 1000111 10000 111111 1000000 110110

Color Harmonies of #CED53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED53D

Black with #CED53D

Text Example


Text Example

White with #CED53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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