Html Css Color HEX #CED338 Bitter Lemon

📋 copy color: '#CED338'

red 206 ◦ green 211 ◦ blue 56

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

Shades of Bitter Lemon #CED338

Tints of Bitter Lemon #CED338

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.61%

 BLUE value IS 56 (22.27% from 255) = 11.84%

R = 43.55%
G = 44.61%
B = 11.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#CED338 (or 0xCED338) is known color: Bitter Lemon. HEX triplet: CE, D3 and 38. RGB value is (206,211,56). Sum of RGB (Red+Green+Blue) = 206+211+56=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #CED338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED338 is #312CC7. Grayscale: #C0C0C0. Windows color (decimal): -3222728 or 3724238. OLE color: 3724238.

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

Color convert

RGB 206 211 56 -
CMYK 0.02 0 0.73 0.17
HSL 61.94º 0.64% 0.52% -
HSV(B) 61.94º 0.73% 0.83% -
XYZ 49.46 60 12.71 -
YUV 191.84 51.34 138.1 -
System Red Green Blue C M Y K H S L
Decimal 206 211 56 0.02 0 0.73 0.17 61.94 0.64 0.52
Hex CE D3 38 2 0 49 11 3E 40 34
Octal 316 323 70 2 0 111 21 76 100 64
Binary 11001110 11010011 111000 10 0 1001001 10001 111110 1000000 110100

Color Harmonies of #CED338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED338

Black with #CED338

Text Example


Text Example

White with #CED338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED338; }

 p { color: rgb(206,211,56); }

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

background-color css

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

 a { background-color: rgb(206,211,56); }

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

border-color css

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

 span { border-color: rgb(206,211,56); }

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