Html Css Color HEX #CED92B Bitter Lemon

📋 copy color: '#CED92B'

red 206 ◦ green 217 ◦ blue 43

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

Shades of Bitter Lemon #CED92B

Tints of Bitter Lemon #CED92B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.57%

 BLUE value IS 43 (17.19% from 255) = 9.23%

R = 44.21%
G = 46.57%
B = 9.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#CED92B (or 0xCED92B) is known color: Bitter Lemon. HEX triplet: CE, D9 and 2B. RGB value is (206,217,43). Sum of RGB (Red+Green+Blue) = 206+217+43=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 43 (17.19% from 255 or 9.23% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #CED92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED92B is #3126D4. Grayscale: #C2C2C2. Windows color (decimal): -3221205 or 2873806. OLE color: 2873806.

HSL color Cylindrical-coordinate representation of color #CED92B: hue angle of 63.79º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CED92B is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 43 -
CMYK 0.05 0 0.80 0.15
HSL 63.79º 0.7% 0.51% -
HSV(B) 63.79º 0.8% 0.85% -
XYZ 50.7 62.92 11.76 -
YUV 193.88 42.86 136.65 -
System Red Green Blue C M Y K H S L
Decimal 206 217 43 0.05 0 0.80 0.15 63.79 0.7 0.51
Hex CE D9 2B 5 0 50 F 40 46 33
Octal 316 331 53 5 0 120 17 100 106 63
Binary 11001110 11011001 101011 101 0 1010000 1111 1000000 1000110 110011

Color Harmonies of #CED92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED92B

Black with #CED92B

Text Example


Text Example

White with #CED92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED92B; }

 p { color: rgb(206,217,43); }

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

background-color css

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

 a { background-color: rgb(206,217,43); }

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

border-color css

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

 span { border-color: rgb(206,217,43); }

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