Html Css Color HEX #CED838 Bitter Lemon

📋 copy color: '#CED838'

red 206 ◦ green 216 ◦ blue 56

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

Shades of Bitter Lemon #CED838

Tints of Bitter Lemon #CED838

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.19%

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

R = 43.1%
G = 45.19%
B = 11.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#CED838 (or 0xCED838) is known color: Bitter Lemon. HEX triplet: CE, D8 and 38. RGB value is (206,216,56). Sum of RGB (Red+Green+Blue) = 206+216+56=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 56 (22.27% from 255 or 11.72% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #CED838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED838 is #3127C7. Grayscale: #C3C3C3. Windows color (decimal): -3221448 or 3725518. OLE color: 3725518.

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

Color convert

RGB 206 216 56 -
CMYK 0.05 0 0.74 0.15
HSL 63.75º 0.67% 0.53% -
HSV(B) 63.75º 0.74% 0.85% -
XYZ 50.72 62.52 13.14 -
YUV 194.77 49.69 136.01 -
System Red Green Blue C M Y K H S L
Decimal 206 216 56 0.05 0 0.74 0.15 63.75 0.67 0.53
Hex CE D8 38 5 0 4A F 40 43 35
Octal 316 330 70 5 0 112 17 100 103 65
Binary 11001110 11011000 111000 101 0 1001010 1111 1000000 1000011 110101

Color Harmonies of #CED838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED838

Black with #CED838

Text Example


Text Example

White with #CED838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED838; }

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

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

background-color css

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

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

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

border-color css

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

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

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