Html Css Color HEX #CED92F Bitter Lemon

📋 copy color: '#CED92F'

red 206 ◦ green 217 ◦ blue 47

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

Shades of Bitter Lemon #CED92F

Tints of Bitter Lemon #CED92F

RGB

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

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

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

R = 43.83%
G = 46.17%
B = 10%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#CED92F (or 0xCED92F) is known color: Bitter Lemon. HEX triplet: CE, D9 and 2F. RGB value is (206,217,47). Sum of RGB (Red+Green+Blue) = 206+217+47=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 47 (18.75% from 255 or 10% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #CED92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED92F is #3126D0. Grayscale: #C2C2C2. Windows color (decimal): -3221201 or 3135950. OLE color: 3135950.

HSL color Cylindrical-coordinate representation of color #CED92F: hue angle of 63.88º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CED92F is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 47 -
CMYK 0.05 0 0.78 0.15
HSL 63.88º 0.69% 0.52% -
HSV(B) 63.88º 0.78% 0.85% -
XYZ 50.78 62.95 12.16 -
YUV 194.33 44.86 136.32 -
System Red Green Blue C M Y K H S L
Decimal 206 217 47 0.05 0 0.78 0.15 63.88 0.69 0.52
Hex CE D9 2F 5 0 4E F 40 45 34
Octal 316 331 57 5 0 116 17 100 105 64
Binary 11001110 11011001 101111 101 0 1001110 1111 1000000 1000101 110100

Color Harmonies of #CED92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED92F

Black with #CED92F

Text Example


Text Example

White with #CED92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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