Html Css Color HEX #CED43D Bitter Lemon

📋 copy color: '#CED43D'

red 206 ◦ green 212 ◦ blue 61

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

Shades of Bitter Lemon #CED43D

Tints of Bitter Lemon #CED43D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.26%

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

R = 43.01%
G = 44.26%
B = 12.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#CED43D (or 0xCED43D) is known color: Bitter Lemon. HEX triplet: CE, D4 and 3D. RGB value is (206,212,61). Sum of RGB (Red+Green+Blue) = 206+212+61=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 61 (24.22% from 255 or 12.73% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #CED43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED43D is #312BC2. Grayscale: #C1C1C1. Windows color (decimal): -3222467 or 4052174. OLE color: 4052174.

HSL color Cylindrical-coordinate representation of color #CED43D: hue angle of 62.38º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CED43D is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 212 61 -
CMYK 0.03 0 0.71 0.17
HSL 62.38º 0.64% 0.54% -
HSV(B) 62.38º 0.71% 0.83% -
XYZ 49.84 60.55 13.47 -
YUV 192.99 53.51 137.28 -
System Red Green Blue C M Y K H S L
Decimal 206 212 61 0.03 0 0.71 0.17 62.38 0.64 0.54
Hex CE D4 3D 3 0 47 11 3E 40 36
Octal 316 324 75 3 0 107 21 76 100 66
Binary 11001110 11010100 111101 11 0 1000111 10001 111110 1000000 110110

Color Harmonies of #CED43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED43D

Black with #CED43D

Text Example


Text Example

White with #CED43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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