Html Css Color HEX #CED638 Bitter Lemon

📋 copy color: '#CED638'

red 206 ◦ green 214 ◦ blue 56

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

Shades of Bitter Lemon #CED638

Tints of Bitter Lemon #CED638

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.96%

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

R = 43.28%
G = 44.96%
B = 11.76%

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

#CED638 (or 0xCED638) is known color: Bitter Lemon. HEX triplet: CE, D6 and 38. RGB value is (206,214,56). Sum of RGB (Red+Green+Blue) = 206+214+56=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #CED638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED638 is #3129C7. Grayscale: #C2C2C2. Windows color (decimal): -3221960 or 3725006. OLE color: 3725006.

HSL color Cylindrical-coordinate representation of color #CED638: hue angle of 63.04º degrees, saturation: 0.66, 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 #CED638 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 56 -
CMYK 0.04 0 0.74 0.16
HSL 63.04º 0.66% 0.53% -
HSV(B) 63.04º 0.74% 0.84% -
XYZ 50.21 61.5 12.97 -
YUV 193.6 50.35 136.85 -
System Red Green Blue C M Y K H S L
Decimal 206 214 56 0.04 0 0.74 0.16 63.04 0.66 0.53
Hex CE D6 38 4 0 4A 10 3F 42 35
Octal 316 326 70 4 0 112 20 77 102 65
Binary 11001110 11010110 111000 100 0 1001010 10000 111111 1000010 110101

Color Harmonies of #CED638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED638

Black with #CED638

Text Example


Text Example

White with #CED638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED638; }

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

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

background-color css

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

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

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

border-color css

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

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

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