Html Css Color HEX #CEDB2E Bitter Lemon

📋 copy color: '#CEDB2E'

red 206 ◦ green 219 ◦ blue 46

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

Shades of Bitter Lemon #CEDB2E

Tints of Bitter Lemon #CEDB2E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.5%

 BLUE value IS 46 (18.36% from 255) = 9.77%

R = 43.74%
G = 46.5%
B = 9.77%

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

#CEDB2E (or 0xCEDB2E) is known color: Bitter Lemon. HEX triplet: CE, DB and 2E. RGB value is (206,219,46). Sum of RGB (Red+Green+Blue) = 206+219+46=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB2E is #3124D1. Grayscale: #C4C4C4. Windows color (decimal): -3220690 or 3070926. OLE color: 3070926.

HSL color Cylindrical-coordinate representation of color #CEDB2E: hue angle of 64.51º 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 #CEDB2E is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 219 46 -
CMYK 0.06 0 0.79 0.14
HSL 64.51º 0.71% 0.52% -
HSV(B) 64.51º 0.79% 0.86% -
XYZ 51.28 63.98 12.23 -
YUV 195.39 43.69 135.57 -
System Red Green Blue C M Y K H S L
Decimal 206 219 46 0.06 0 0.79 0.14 64.51 0.71 0.52
Hex CE DB 2E 6 0 4F E 41 47 34
Octal 316 333 56 6 0 117 16 101 107 64
Binary 11001110 11011011 101110 110 0 1001111 1110 1000001 1000111 110100

Color Harmonies of #CEDB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB2E

Black with #CEDB2E

Text Example


Text Example

White with #CEDB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB2E; }

 p { color: rgb(206,219,46); }

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

background-color css

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

 a { background-color: rgb(206,219,46); }

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

border-color css

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

 span { border-color: rgb(206,219,46); }

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