Html Css Color HEX #CED038 Bitter Lemon

📋 copy color: '#CED038'

red 206 ◦ green 208 ◦ blue 56

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

Shades of Bitter Lemon #CED038

Tints of Bitter Lemon #CED038

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.26%

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

R = 43.83%
G = 44.26%
B = 11.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#CED038 (or 0xCED038) is known color: Bitter Lemon. HEX triplet: CE, D0 and 38. RGB value is (206,208,56). Sum of RGB (Red+Green+Blue) = 206+208+56=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #CED038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED038 is #312FC7. Grayscale: #BEBEBE. Windows color (decimal): -3223496 or 3723470. OLE color: 3723470.

HSL color Cylindrical-coordinate representation of color #CED038: hue angle of 60.79º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CED038 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 208 56 -
CMYK 0.01 0 0.73 0.18
HSL 60.79º 0.62% 0.52% -
HSV(B) 60.79º 0.73% 0.82% -
XYZ 48.72 58.52 12.47 -
YUV 190.07 52.34 139.36 -
System Red Green Blue C M Y K H S L
Decimal 206 208 56 0.01 0 0.73 0.18 60.79 0.62 0.52
Hex CE D0 38 1 0 49 12 3D 3E 34
Octal 316 320 70 1 0 111 22 75 76 64
Binary 11001110 11010000 111000 1 0 1001001 10010 111101 111110 110100

Color Harmonies of #CED038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED038

Black with #CED038

Text Example


Text Example

White with #CED038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED038; }

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

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

background-color css

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

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

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

border-color css

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

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

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