Html Css Color HEX #CED91F Bitter Lemon

📋 copy color: '#CED91F'

red 206 ◦ green 217 ◦ blue 31

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

Shades of Bitter Lemon #CED91F

Tints of Bitter Lemon #CED91F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.83%

R = 45.37%
G = 47.8%
B = 6.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#CED91F (or 0xCED91F) is known color: Bitter Lemon. HEX triplet: CE, D9 and 1F. RGB value is (206,217,31). Sum of RGB (Red+Green+Blue) = 206+217+31=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 31 (12.5% from 255 or 6.83% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #CED91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED91F is #3126E0. Grayscale: #C1C1C1. Windows color (decimal): -3221217 or 2087374. OLE color: 2087374.

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

Color convert

RGB 206 217 31 -
CMYK 0.05 0 0.86 0.15
HSL 63.55º 0.75% 0.49% -
HSV(B) 63.55º 0.86% 0.85% -
XYZ 50.51 62.85 10.76 -
YUV 192.51 36.86 137.62 -
System Red Green Blue C M Y K H S L
Decimal 206 217 31 0.05 0 0.86 0.15 63.55 0.75 0.49
Hex CE D9 1F 5 0 56 F 40 4B 31
Octal 316 331 37 5 0 126 17 100 113 61
Binary 11001110 11011001 11111 101 0 1010110 1111 1000000 1001011 110001

Color Harmonies of #CED91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED91F

Black with #CED91F

Text Example


Text Example

White with #CED91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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