Html Css Color HEX #CED92C Bitter Lemon

📋 copy color: '#CED92C'

red 206 ◦ green 217 ◦ blue 44

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

Shades of Bitter Lemon #CED92C

Tints of Bitter Lemon #CED92C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.42%

R = 44.11%
G = 46.47%
B = 9.42%

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

#CED92C (or 0xCED92C) is known color: Bitter Lemon. HEX triplet: CE, D9 and 2C. RGB value is (206,217,44). Sum of RGB (Red+Green+Blue) = 206+217+44=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #CED92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED92C is #3126D3. Grayscale: #C2C2C2. Windows color (decimal): -3221204 or 2939342. OLE color: 2939342.

HSL color Cylindrical-coordinate representation of color #CED92C: hue angle of 63.82º degrees, saturation: 0.69, 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 #CED92C is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 44 -
CMYK 0.05 0 0.80 0.15
HSL 63.82º 0.69% 0.51% -
HSV(B) 63.82º 0.8% 0.85% -
XYZ 50.72 62.93 11.86 -
YUV 193.99 43.36 136.57 -
System Red Green Blue C M Y K H S L
Decimal 206 217 44 0.05 0 0.80 0.15 63.82 0.69 0.51
Hex CE D9 2C 5 0 50 F 40 45 33
Octal 316 331 54 5 0 120 17 100 105 63
Binary 11001110 11011001 101100 101 0 1010000 1111 1000000 1000101 110011

Color Harmonies of #CED92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED92C

Black with #CED92C

Text Example


Text Example

White with #CED92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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