Html Css Color HEX #CED738 Bitter Lemon

📋 copy color: '#CED738'

red 206 ◦ green 215 ◦ blue 56

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

Shades of Bitter Lemon #CED738

Tints of Bitter Lemon #CED738

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.07%

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

R = 43.19%
G = 45.07%
B = 11.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#CED738 (or 0xCED738) is known color: Bitter Lemon. HEX triplet: CE, D7 and 38. RGB value is (206,215,56). Sum of RGB (Red+Green+Blue) = 206+215+56=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 56 (22.27% from 255 or 11.74% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #CED738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED738 is #3128C7. Grayscale: #C2C2C2. Windows color (decimal): -3221704 or 3725262. OLE color: 3725262.

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

Color convert

RGB 206 215 56 -
CMYK 0.04 0 0.74 0.16
HSL 63.4º 0.67% 0.53% -
HSV(B) 63.4º 0.74% 0.84% -
XYZ 50.47 62.01 13.05 -
YUV 194.18 50.02 136.43 -
System Red Green Blue C M Y K H S L
Decimal 206 215 56 0.04 0 0.74 0.16 63.4 0.67 0.53
Hex CE D7 38 4 0 4A 10 3F 43 35
Octal 316 327 70 4 0 112 20 77 103 65
Binary 11001110 11010111 111000 100 0 1001010 10000 111111 1000011 110101

Color Harmonies of #CED738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED738

Black with #CED738

Text Example


Text Example

White with #CED738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED738; }

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

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

background-color css

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

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

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

border-color css

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

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

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