Html Css Color HEX #CEDC2F Bitter Lemon

📋 copy color: '#CEDC2F'

red 206 ◦ green 220 ◦ blue 47

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

Shades of Bitter Lemon #CEDC2F

Tints of Bitter Lemon #CEDC2F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.51%

 BLUE value IS 47 (18.75% from 255) = 9.94%

R = 43.55%
G = 46.51%
B = 9.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#CEDC2F (or 0xCEDC2F) is known color: Bitter Lemon. HEX triplet: CE, DC and 2F. RGB value is (206,220,47). Sum of RGB (Red+Green+Blue) = 206+220+47=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC2F is #3123D0. Grayscale: #C4C4C4. Windows color (decimal): -3220433 or 3136718. OLE color: 3136718.

HSL color Cylindrical-coordinate representation of color #CEDC2F: hue angle of 64.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEDC2F is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 47 -
CMYK 0.06 0 0.79 0.14
HSL 64.86º 0.71% 0.52% -
HSV(B) 64.86º 0.79% 0.86% -
XYZ 51.56 64.51 12.42 -
YUV 196.09 43.86 135.07 -
System Red Green Blue C M Y K H S L
Decimal 206 220 47 0.06 0 0.79 0.14 64.86 0.71 0.52
Hex CE DC 2F 6 0 4F E 41 47 34
Octal 316 334 57 6 0 117 16 101 107 64
Binary 11001110 11011100 101111 110 0 1001111 1110 1000001 1000111 110100

Color Harmonies of #CEDC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC2F

Black with #CEDC2F

Text Example


Text Example

White with #CEDC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC2F; }

 p { color: rgb(206,220,47); }

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

background-color css

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

 a { background-color: rgb(206,220,47); }

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

border-color css

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

 span { border-color: rgb(206,220,47); }

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